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 7485841 commit 4b294aeCopy full SHA for 4b294ae
config.js
@@ -1,4 +1,9 @@
1
System.config({
2
+ packages: {
3
+ 'lib/**': {
4
+ main: 'index.js',
5
+ }
6
+ },
7
baseURL: "/",
8
defaultJSExtensions: true,
9
transpiler: "babel",
package.json
@@ -19,7 +19,8 @@
19
"url": "https://github.com/aureooms/es-red-black-tree/issues"
20
},
21
"scripts": {
22
- "preversion": "babel src -d lib",
+ "build": "babel src -d lib",
23
+ "prepublish": "npm run build",
24
"test": "ava ./test/src --concurrency 4",
25
"cover": "nyc --reporter=lcov npm test"
26
0 commit comments