Removed minified library from the node package

This commit is contained in:
josdejong 2013-02-16 22:18:33 +01:00
parent 54e65aed14
commit d0fbb62abe
2 changed files with 2 additions and 1 deletions

View File

@ -2,5 +2,6 @@ src
test
node_modules
Jakefile.js
math2.min.js
.idea
.npmignore

View File

@ -36,7 +36,7 @@
"scripts": {
"prepublish": "jake"
},
"main": "math2.min.js",
"main": "math2.js",
"engines": {
"node": "*"
}