Skip to content

Commit

Permalink
Merge pull request #4 from Hypercubed/chore/bump-jspm
Browse files Browse the repository at this point in the history
Bump JSPM
pauldijou authored Oct 8, 2016
2 parents c9ef4b6 + 818f72e commit 6cbd71f
Showing 2 changed files with 15 additions and 16 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -37,25 +37,25 @@
"test": "node ./scripts/test.js"
},
"dependencies": {
"graceful-fs": "^4.1.2",
"application-config": "0.2.0",
"bluebird": "^2.9.27",
"lodash": "^3.10.0",
"semver": "^5.0.0",
"npm": "^2.13.0",
"bower": "^1.4.1",
"bower-json": "^0.6.0",
"string-length": "^1.0.0",
"yargs": "^3.10.0",
"chalk": "^1.0.0",
"log-symbols": "^1.0.0",
"text-table": "^0.2.0",
"inquirer": "^0.9.0",
"graceful-fs": "^4.1.2",
"hosted-git-info": "^2.1.4",
"inquirer": "^0.9.0",
"jspm": "^0.16.46",
"lodash": "^3.10.0",
"log-symbols": "^1.0.0",
"npm": "^2.13.0",
"omelette": "0.3.1",
"request": "^2.58.0",
"jspm": "0.16.0-beta.6",
"application-config": "0.2.0",
"semver": "^5.0.0",
"string-length": "^1.0.0",
"text-table": "^0.2.0",
"url": "0.10.3",
"omelette": "0.3.1"
"yargs": "^3.10.0"
},
"devDependencies": {
"mocha": "^2.2.5",
7 changes: 3 additions & 4 deletions test/complex/test.js
Original file line number Diff line number Diff line change
@@ -91,12 +91,11 @@ describe('Complex dependencies', function () {
devDependencies: {
'outdated-test': '^2.0.0'
},
"jspm": {
"directories": {},
"dependencies": {
jspm: {
dependencies: {
"test-npm-update": "npm:test-npm-update@^1.0.0"
},
"devDependencies": {
devDependencies: {
"outdated-test": "npm:outdated-test@^2.0.0"
}
}

0 comments on commit 6cbd71f

Please sign in to comment.