Skip to content

Commit

Permalink
Stop pinning dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Jan 10, 2017
1 parent b1090fe commit 2a26f01
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 41 deletions.
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

80 changes: 40 additions & 40 deletions package.json
Expand Up @@ -55,47 +55,47 @@
"node": ">=6.9.0"
},
"dependencies": {
"ansi-escapes": "1.4.0",
"arr-flatten": "1.0.1",
"array-unique": "0.3.2",
"async-retry": "0.2.1",
"async-to-gen": "1.3.0",
"bytes": "2.4.0",
"chalk": "1.1.3",
"copy-paste": "1.3.0",
"cross-spawn": "5.0.1",
"docker-file-parser": "0.1.0",
"download": "5.0.2",
"email-prompt": "0.2.0",
"email-validator": "1.0.7",
"fs-promise": "1.0.0",
"glob": "7.1.1",
"graceful-fs": "4.1.11",
"ignore": "3.2.0",
"ini": "1.3.4",
"is-async-supported": "1.2.0",
"is-url": "1.2.2",
"minimist": "1.2.0",
"ms": "0.7.2",
"node-fetch": "1.6.3",
"node-version": "1.0.0",
"ora": "0.4.1",
"progress": "1.1.8",
"psl": "1.1.15",
"resumer": "0.0.0",
"semver-compare": "1.0.0",
"socket.io-client": "1.7.2",
"spdy": "3.4.4",
"split-array": "1.0.1",
"text-table": "0.2.0",
"tmp-promise": "1.0.3"
"ansi-escapes": "^1.4.0",
"arr-flatten": "^1.0.1",
"array-unique": "^0.3.2",
"async-retry": "^0.2.1",
"async-to-gen": "^1.3.0",
"bytes": "^2.4.0",
"chalk": "^1.1.3",
"copy-paste": "^1.3.0",
"cross-spawn": "^5.0.1",
"docker-file-parser": "^0.1.0",
"download": "^5.0.2",
"email-prompt": "^0.2.0",
"email-validator": "^1.0.7",
"fs-promise": "^1.0.0",
"glob": "^7.1.1",
"graceful-fs": "^4.1.11",
"ignore": "^3.2.0",
"ini": "^1.3.4",
"is-async-supported": "^1.2.0",
"is-url": "^1.2.2",
"minimist": "^1.2.0",
"ms": "^0.7.2",
"node-fetch": "^1.6.3",
"node-version": "^1.0.0",
"ora": "^0.4.1",
"progress": "^1.1.8",
"psl": "^1.1.15",
"resumer": "^0.0.0",
"semver-compare": "^1.0.0",
"socket.io-client": "^1.7.2",
"spdy": "^3.4.4",
"split-array": "^1.0.1",
"text-table": "^0.2.0",
"tmp-promise": "^1.0.3"
},
"devDependencies": {
"alpha-sort": "2.0.0",
"ava": "0.17.0",
"del": "2.2.2",
"estraverse-fb": "1.3.1",
"pkg": "3.0.0-beta.22",
"xo": "0.17.1"
"alpha-sort": "^2.0.0",
"ava": "^0.17.0",
"del": "^2.2.2",
"estraverse-fb": "^1.3.1",
"pkg": "^3.0.0-beta.22",
"xo": "^0.17.1"
}
}

0 comments on commit 2a26f01

Please sign in to comment.