Skip to content

Commit

Permalink
just randomly trying stuff now
Browse files Browse the repository at this point in the history
  • Loading branch information
johnswentworth committed Mar 25, 2014
1 parent e22c76e commit 3a715ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"target_name": "cMath",
"sources": [ "cMath.cc" ],
"cflags_cc+": [ "-std=c++0x", "-fpermissive" ]
"cflags_cc+": [ "-std=c++0x"]
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "varietyzoom",
"version": "0.0.6",
"version": "0.0.7",
"description": "A C++ implementation of a sorting algorithm which prioritizes both variety and high scores.",
"main": "build/Release/cMath.node",
"scripts": {
Expand Down

0 comments on commit 3a715ec

Please sign in to comment.