We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8d6fd commit 3414f72Copy full SHA for 3414f72
package.json
@@ -2,7 +2,7 @@
2
"name": "@aureooms/js-dll",
3
"description": "Doubly linked list code bricks for JavaScript",
4
"homepage": "http://aureooms.github.io/js-dll/",
5
- "main": "js/dist/dll.js",
+ "main": "lib/index.js",
6
"version": "6.0.10",
7
"repository": {
8
"url": "https://github.com/aureooms/js-dll.git",
@@ -23,7 +23,7 @@
23
"ender"
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