1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Modified NPM Manifest

Changes:
- Replace “0.0.0” with “” as per NPM documentation to (matches any version);
- Moved SVG4Everybody from “devDependencies” tp “dependencies”;
This commit is contained in:
Chauncey McAskill
2016-12-18 14:16:17 -05:00
parent 6f23c38765
commit 57368f164a

View File

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