-
- Downloads
[TASK] Update to moment.js 2.17 & several small bugfix updates
Showing
- app.js 1 addition, 3 deletionsapp.js
- bower.json 4 additions, 4 deletionsbower.json
- lib/infobox/node.js 1 addition, 1 deletionlib/infobox/node.js
- lib/main.js 1 addition, 1 deletionlib/main.js
- lib/map.js 2 additions, 2 deletionslib/map.js
- lib/simplenodelist.js 1 addition, 1 deletionlib/simplenodelist.js
- package.json 4 additions, 4 deletionspackage.json
... | @@ -12,8 +12,8 @@ | ... | @@ -12,8 +12,8 @@ |
"test": "node -e \"require('grunt').cli()\" '' clean lint" | "test": "node -e \"require('grunt').cli()\" '' clean lint" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"autoprefixer": "^6.5.1", | "autoprefixer": "^6.6.0", | ||
"eslint": "^3.9.1", | "eslint": "^3.12.2", | ||
"eslint-config-defaults": "^9.0.0", | "eslint-config-defaults": "^9.0.0", | ||
"grunt": "^1.0.1", | "grunt": "^1.0.1", | ||
"grunt-bower-install-simple": "^1.2.3", | "grunt-bower-install-simple": "^1.2.3", | ||
... | @@ -29,8 +29,8 @@ | ... | @@ -29,8 +29,8 @@ |
"grunt-inline": "^0.3.6", | "grunt-inline": "^0.3.6", | ||
"grunt-inline-data": "git://github.com/xiaokaike/grunt-inline-data.git#2eeb08f", | "grunt-inline-data": "git://github.com/xiaokaike/grunt-inline-data.git#2eeb08f", | ||
"grunt-postcss": "^0.8.0", | "grunt-postcss": "^0.8.0", | ||
"grunt-sass": "^1.2.1", | "grunt-sass": "^2.0.0", | ||
"grunt-sass-lint": "^0.2.0" | "grunt-sass-lint": "^0.2.2" | ||
}, | }, | ||
"eslintConfig": { | "eslintConfig": { | ||
"env": { | "env": { | ||
... | ... |
Please register or sign in to comment