Skip to content

Commit

Permalink
various upgrades in package.json - node modules up
Browse files Browse the repository at this point in the history
  • Loading branch information
RickCogley committed Feb 28, 2016
1 parent cd16615 commit 5fea228
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RCC",
"version": "2.1.0",
"version": "2.1.1",
"description": "Rick Cogley Central.",
"author": {
"name": "Rick Cogley",
Expand All @@ -19,19 +19,20 @@
"Boilerplate",
"CSS",
"OOCSS",
"cssnext"
"cssnext",
"postcss"
],
"bugs": {
"url": "https://github.com/RickCogley/RCC-Hugo2015/issues"
},
"private": true,
"scripts": {
"lint": "eslint . || exit 0",
"lint": "eslint . || true",
"task": "gulp",
"start": "http-server -o"
},
"dependencies": {
"basscss": "^8.0.0",
"basscss": "^8.0.1",
"basscss-align": "latest",
"basscss-border": "latest",
"basscss-flexbox": "latest",
Expand Down Expand Up @@ -65,21 +66,33 @@
},
"devDependencies": {
"css-mqpacker": "^4.0.0",
"cssnano": "^3.4.0",
"eslint": "^1.10.3",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"cssnano": "^3.5.2",
"eslint": "^2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-concat": "^2.6.0",
"gulp-postcss": "^6.0.1",
"gulp-postcss": "^6.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"http-server": "^0.8.5",
"gulp-uglify": "^1.5.3",
"http-server": "^0.9.0",
"postcss-cssnext": "^2.4.0",
"postcss-import": "^7.1.3",
"postcss-reporter": "^1.3.0"
"postcss-reporter": "^1.3.3"
},
"eslintConfig": {
"extends": "standard"
"extends": "standard",
"rules": {
"valid-jsdoc": [
2,
{
"requireReturn": false,
"prefer": {
"return": "returns"
}
}
]
}
}
}

0 comments on commit 5fea228

Please sign in to comment.