Skip to content

Commit 3414f72

Browse files
🔨 build: Upgrade build script.
1 parent ae8d6fd commit 3414f72

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
@@ -2,7 +2,7 @@
22
"name": "@aureooms/js-dll",
33
"description": "Doubly linked list code bricks for JavaScript",
44
"homepage": "http://aureooms.github.io/js-dll/",
5-
"main": "js/dist/dll.js",
5+
"main": "lib/index.js",
66
"version": "6.0.10",
77
"repository": {
88
"url": "https://github.com/aureooms/js-dll.git",
@@ -23,7 +23,7 @@
2323
"ender"
2424
],
2525
"scripts": {
26-
"build": "./node_modules/.bin/aureooms-node-package-build",
26+
"build": "rm -rf lib && babel src -d lib",
2727
"test": "ava",
2828
"esdoc": "esdoc"
2929
},

0 commit comments

Comments
 (0)