Commit b19c1e29 authored by Colin Eberhardt's avatar Colin Eberhardt

Updated postinstall step

Removed redundant steps due to modules that have been removed (spotted this by doing a clean install!)
parent fdbc8455
{
"private": true,
"scripts": {
"postinstall": "cp node_modules/systemjs/node_modules/es6-module-loader/dist/es6-module-loader.js node_modules/systemjs/dist && ./node_modules/.bin/tsd query angular2 node-uuid storejs node --action install",
"postinstall": "./node_modules/.bin/tsd query node-uuid-base node-uuid-cjs storejs --action install",
"dev": "tsc --watch"
},
"devDependencies": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment