Skip to content

Commit

Permalink
attempt to fix jspm
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 1, 2016
1 parent 7485841 commit 4b294ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
System.config({
packages: {
'lib/**': {
main: 'index.js',
}
},
baseURL: "/",
defaultJSExtensions: true,
transpiler: "babel",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"url": "https://github.com/aureooms/es-red-black-tree/issues"
},
"scripts": {
"preversion": "babel src -d lib",
"build": "babel src -d lib",
"prepublish": "npm run build",
"test": "ava ./test/src --concurrency 4",
"cover": "nyc --reporter=lcov npm test"
},
Expand Down

0 comments on commit 4b294ae

Please sign in to comment.