We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf8e39 commit 6d6560cCopy full SHA for 6d6560c
package.json
@@ -2,7 +2,7 @@
2
"name": "@aureooms/js-gn",
3
"description": "graphs and networks code bricks for JavaScript",
4
"version": "1.0.5",
5
- "main": "js/dist/gn.js",
+ "main": "lib/index.js",
6
"dependencies": {},
7
"devDependencies": {
8
"@aureooms/js-binomial-heap": "^11.0.0",
@@ -23,7 +23,7 @@
23
"nyc": "15.0.1"
24
},
25
"scripts": {
26
- "build": "./node_modules/.bin/aureooms-node-package-build",
+ "build": "rm -rf lib && babel src -d lib",
27
"test": "ava",
28
"esdoc": "esdoc"
29
0 commit comments