Add version 0 to package.json for update

This commit is contained in:
Antoine Boulanger
2017-03-22 12:06:25 -04:00
committed by GitHub
parent 57c8feaf58
commit f32f111836

View File

@@ -5,32 +5,32 @@
"version": "1.0.0", "version": "1.0.0",
"author": "Locomotive <info@locomotive.ca>", "author": "Locomotive <info@locomotive.ca>",
"dependencies": { "dependencies": {
"barba.js": "", "barba.js": "0.0.0",
"svg4everybody": "" "svg4everybody": "0.0.0"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "", "autoprefixer": "0.0.0",
"babel-preset-es2015": "", "babel-preset-es2015": "0.0.0",
"babel-plugin-transform-es2015-classes": "", "babel-plugin-transform-es2015-classes": "0.0.0",
"babel-plugin-transform-export-extensions": "", "babel-plugin-transform-export-extensions": "0.0.0",
"babelify": "", "babelify": "0.0.0",
"eslint-tap": "", "eslint-tap": "0.0.0",
"glob": "", "glob": "0.0.0",
"grunt": "", "grunt": "0.0.0",
"grunt-browser-sync": "", "grunt-browser-sync": "0.0.0",
"grunt-browserify": "", "grunt-browserify": "0.0.0",
"grunt-contrib-concat": "", "grunt-contrib-concat": "0.0.0",
"grunt-contrib-cssmin": "", "grunt-contrib-cssmin": "0.0.0",
"grunt-contrib-uglify": "", "grunt-contrib-uglify": "0.0.0",
"grunt-contrib-watch": "", "grunt-contrib-watch": "0.0.0",
"grunt-csscomb": "", "grunt-csscomb": "0.0.0",
"grunt-eslint": "", "grunt-eslint": "0.0.0",
"grunt-notify": "", "grunt-notify": "0.0.0",
"grunt-phplint": "", "grunt-phplint": "0.0.0",
"grunt-postcss": "", "grunt-postcss": "0.0.0",
"grunt-sass": "", "grunt-sass": "0.0.0",
"grunt-svg-sprite": "", "grunt-svg-sprite": "0.0.0",
"load-grunt-config": "", "load-grunt-config": "0.0.0",
"postcss-banner": "" "postcss-banner": "0.0.0"
} }
} }