Remove semver ranges

This commit is contained in:
Bryan Housel
2016-06-24 23:37:37 -04:00
parent 96a6fc9de1
commit b32eb72c15
+17 -17
View File
@@ -22,37 +22,37 @@
],
"license": "ISC",
"dependencies": {
"sexagesimal": "~0.5.0"
"sexagesimal": "0.5.0"
},
"devDependencies": {
"chai": "~1.9.2",
"chai": "1.9.2",
"d3": "3.5.5",
"editor-layer-index": "git://github.com/osmlab/editor-layer-index.git#gh-pages",
"eslint": "^2.12.0",
"eslint-plugin-import": "^1.8.1",
"glob": "~3.1.21",
"eslint": "2.12.0",
"eslint-plugin-import": "1.8.1",
"glob": "3.1.21",
"happen": "0.1.2",
"http-server": "^0.9.0",
"js-yaml": "~3.3.1",
"jsonschema": "~0.3.2",
"http-server": "0.9.0",
"js-yaml": "3.3.1",
"jsonschema": "0.3.2",
"lodash-cli": "4.12.0",
"maki": "0.5.0",
"minimist": "~1.2.0",
"mocha": "~2.5.3",
"mocha-phantomjs-core": "^2.0.1",
"minimist": "1.2.0",
"mocha": "2.5.3",
"mocha-phantomjs-core": "2.0.1",
"name-suggestion-index": "0.1.1",
"phantomjs-prebuilt": "2.1.7",
"request": "~2.16.2",
"request": "2.16.2",
"rollup": "0.31.2",
"rollup-plugin-commonjs": "3.1.0",
"rollup-plugin-node-resolve": "1.7.1",
"sinon": "~1.6",
"sinon-chai": "~2.3.1",
"sinon": "1.6",
"sinon-chai": "2.3.1",
"smash": "0.0",
"svg-sprite": "1.2.19",
"uglify-js": "~2.4.16",
"xml2js": "~0.4.13",
"xmlbuilder": "~4.2.0"
"uglify-js": "2.4.16",
"xml2js": "0.4.13",
"xmlbuilder": "4.2.0"
},
"greenkeeper": {
"ignore": ["d3", "maki"]