Remove package.json versions

This commit is contained in:
Antoine Boulanger
2016-06-30 16:23:28 -04:00
parent b87637a5c6
commit 00909c7a1f

View File

@@ -5,27 +5,28 @@
"version": "1.0.0", "version": "1.0.0",
"author": "Locomotive <info@locomotive.ca>", "author": "Locomotive <info@locomotive.ca>",
"devDependencies": { "devDependencies": {
"autoprefixer": "6.3.6", "autoprefixer": "0.0.0",
"babel-preset-es2015": "6.9.0", "babel-preset-es2015": "0.0.0",
"babelify": "7.3.0", "babelify": "0.0.0",
"eslint-tap": "1.1.0", "eslint-tap": "0.0.0",
"glob": "7.0.5", "glob": "0.0.0",
"grunt": "1.0.1", "grunt": "0.0.0",
"grunt-browser-sync": "2.2.0", "grunt-browser-sync": "0.0.0",
"grunt-browserify": "5.0.0", "grunt-browserify": "0.0.0",
"grunt-contrib-concat": "1.0.1", "grunt-contrib-concat": "0.0.0",
"grunt-contrib-cssmin": "^1.0.1", "grunt-contrib-cssmin": "0.0.0",
"grunt-contrib-uglify": "1.0.1", "grunt-contrib-uglify": "0.0.0",
"grunt-contrib-watch": "1.0.0", "grunt-contrib-watch": "0.0.0",
"grunt-csscomb": "3.1.0", "grunt-csscomb": "0.0.0",
"grunt-eslint": "18.1.0", "grunt-eslint": "0.0.0",
"grunt-notify": "0.4.5", "grunt-notify": "0.0.0",
"grunt-phplint": "0.0.8", "grunt-phplint": "0.0.0",
"grunt-postcss": "0.8.0", "grunt-postcss": "0.0.0",
"grunt-sass": "1.2.0", "grunt-sass": "0.0.0",
"grunt-svgmin": "3.2.0", "grunt-svgmin": "0.0.0",
"grunt-svgstore": "1.0.0", "grunt-svgstore": "0.0.0",
"load-grunt-config": "^0.19.2", "load-grunt-config": "0.0.0",
"postcss-banner": "^2.0.0" "postcss-banner": "0.0.0",
"svg4everybody": "0.0.0"
} }
} }