Skip to content

Commit d4f2375

Browse files
committed
Freeze depdendencies
1 parent 88b215e commit d4f2375

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

package.json

+20-20
Original file line numberDiff line numberDiff line change
@@ -36,26 +36,26 @@
3636
"license": "MIT",
3737
"devDependencies": {
3838
"brfs": "1.4.0",
39-
"grunt": "~0.4.5",
40-
"grunt-autoprefixer": "~3.0.0",
41-
"grunt-bump": "^0.3.0",
42-
"grunt-contrib-concat": "^0.5.1",
43-
"grunt-contrib-connect": "^0.10.1",
44-
"grunt-contrib-csslint": "~0.4.0",
45-
"grunt-contrib-cssmin": "~0.12.2",
46-
"grunt-contrib-jasmine": "~0.8.2",
47-
"grunt-contrib-jshint": "^0.11.1",
48-
"grunt-contrib-uglify": "~0.9.0",
49-
"grunt-contrib-watch": "~0.6.1",
50-
"grunt-coveralls": "^1.0.0",
51-
"grunt-plato": "~1.3.0",
52-
"grunt-sass": "~0.18.1",
53-
"grunt-saucelabs": "^8.6.0",
54-
"grunt-template-jasmine-istanbul": "~0.3.3",
55-
"jshint-stylish": "^1.0.1",
56-
"load-grunt-tasks": "^3.1.0",
57-
"lodash": "~3.6.0",
58-
"time-grunt": "^1.0.0"
39+
"grunt": "0.4.5",
40+
"grunt-autoprefixer": "3.0.0",
41+
"grunt-bump": "0.3.0",
42+
"grunt-contrib-concat": "0.5.1",
43+
"grunt-contrib-connect": "0.10.1",
44+
"grunt-contrib-csslint": "0.4.0",
45+
"grunt-contrib-cssmin": "0.12.2",
46+
"grunt-contrib-jasmine": "0.8.2",
47+
"grunt-contrib-jshint": "0.11.1",
48+
"grunt-contrib-uglify": "0.9.0",
49+
"grunt-contrib-watch": "0.6.1",
50+
"grunt-coveralls": "1.0.0",
51+
"grunt-plato": "1.3.0",
52+
"grunt-sass": "0.18.1",
53+
"grunt-saucelabs": "8.6.0",
54+
"grunt-template-jasmine-istanbul": "0.3.3",
55+
"jshint-stylish": "1.0.1",
56+
"load-grunt-tasks": "3.1.0",
57+
"lodash": "3.6.0",
58+
"time-grunt": "1.0.0"
5959
},
6060
"scripts": {
6161
"test": "grunt test --verbose",

0 commit comments

Comments
 (0)