chore(jspm): dont let it install for now

This commit is contained in:
Andrew
2015-03-24 10:57:03 -06:00
parent 68cf64fe56
commit fa792649bf
2 changed files with 2 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
#### Building & Running
- `npm install -g jspm`
- `jspm init && jspm install`
- `jspm init`
- `gulp watch`
- `python -m SimpleHTTPServer .`
- `open http://localhost:9000/dist/examples/aside/basic/index.html`

View File

@@ -49,17 +49,7 @@
},
"configFile": "jspm-config.js",
"dependencies": {
"es6-module-loader": "~0.11.0",
"event-stream": "^3.3.0",
"gulp-template": "^3.0.0",
"hammerjs": "^2.0.4",
"jasmine-core": "^2.2.0",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"systemjs": "~0.11.0",
"through2": "^0.6.3",
"traceur": "0.0.87",
"zone.js": "0.4.1"
"none": "none"
}
}
}