There was an error while loading. Please reload this page.
1 parent 0a257e1 commit 63fbecfCopy full SHA for 63fbecf
package.json
@@ -20,10 +20,10 @@
20
"url": "https://github.com/aureooms/js-string/issues"
21
},
22
"name": "@aureooms/js-string",
23
- "main": "js/dist/string.js",
+ "main": "lib/index.js",
24
"version": "0.2.0",
25
"scripts": {
26
- "build": "./node_modules/.bin/aureooms-node-package-build",
+ "build": "babel --delete-dir-on-start --env-name production src -d lib",
27
"test": "ava",
28
"esdoc": "esdoc",
29
"lint": "true"
0 commit comments