mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
Removed minified library from the node package
This commit is contained in:
parent
54e65aed14
commit
d0fbb62abe
@ -2,5 +2,6 @@ src
|
||||
test
|
||||
node_modules
|
||||
Jakefile.js
|
||||
math2.min.js
|
||||
.idea
|
||||
.npmignore
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
"scripts": {
|
||||
"prepublish": "jake"
|
||||
},
|
||||
"main": "math2.min.js",
|
||||
"main": "math2.js",
|
||||
"engines": {
|
||||
"node": "*"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user