Skip to content

Commit 63fbecf

Browse files
🔨 build: Upgrade build script.
1 parent 0a257e1 commit 63fbecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"url": "https://github.com/aureooms/js-string/issues"
2121
},
2222
"name": "@aureooms/js-string",
23-
"main": "js/dist/string.js",
23+
"main": "lib/index.js",
2424
"version": "0.2.0",
2525
"scripts": {
26-
"build": "./node_modules/.bin/aureooms-node-package-build",
26+
"build": "babel --delete-dir-on-start --env-name production src -d lib",
2727
"test": "ava",
2828
"esdoc": "esdoc",
2929
"lint": "true"

0 commit comments

Comments
 (0)