Browse Source

Pin dev versions in package.json #1275

pull/1378/head
jlukic 9 years ago
parent
commit
82ea119a58
1 changed files with 36 additions and 35 deletions
  1. 71
      package.json

71
package.json

@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/Semantic-Org/Semantic-UI.git#1.0"
"url": "git://github.com/Semantic-Org/Semantic-UI.git"
},
"bugs": {
"url": "https://github.com/Semantic-Org/Semantic-UI/issues"
@ -20,39 +20,40 @@
"jquery": "x.x.x"
},
"devDependencies": {
"better-console": "x.x.x",
"del": "x.x.x",
"extend": "x.x.x",
"github": "x.x.x",
"gulp": "x.x.x",
"gulp-autoprefixer": "x.x.x",
"gulp-batch": "x.x.x",
"gulp-clone": "x.x.x",
"gulp-concat": "x.x.x",
"gulp-concat-css": "x.x.x",
"gulp-copy": "x.x.x",
"gulp-csscomb": "x.x.x",
"gulp-debug": "x.x.x",
"gulp-flatten": "x.x.x",
"gulp-git": "x.x.x",
"gulp-header": "x.x.x",
"gulp-help": "x.x.x",
"gulp-json-editor": "x.x.x",
"gulp-karma": "x.x.x",
"gulp-less": "x.x.x",
"gulp-minify-css": "x.x.x",
"gulp-notify": "x.x.x",
"gulp-plumber": "x.x.x",
"gulp-print": "x.x.x",
"gulp-prompt": "x.x.x",
"gulp-rename": "x.x.x",
"gulp-replace": "x.x.x",
"gulp-sourcemaps": "x.x.x",
"gulp-uglify": "x.x.x",
"gulp-util": "x.x.x",
"gulp-watch": "x.x.x",
"rtlcss": "x.x.x",
"run-sequence": "x.x.x",
"wrench": "x.x.x"
"better-console": "^0.2.3",
"del": "^1.0.0",
"extend": "^2.0.0",
"github": "^0.2.3",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-batch": "^1.0.3",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.4.2",
"gulp-concat-css": "^1.1.1",
"gulp-copy": "0.0.2",
"gulp-csscomb": "^3.0.3",
"gulp-debug": "^1.0.1",
"gulp-flatten": "0.0.4",
"gulp-git": "^0.5.5",
"gulp-header": "^1.2.2",
"gulp-help": "^1.3.0",
"gulp-json-editor": "^2.2.1",
"gulp-karma": "0.0.4",
"gulp-less": "^1.3.6",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^2.0.1",
"gulp-plumber": "^0.6.6",
"gulp-print": "^1.1.0",
"gulp-prompt": "^0.1.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-watch": "^2.0.0",
"karma": "^0.12.28",
"rtlcss": "^1.4.2",
"run-sequence": "^1.0.2",
"wrench": "^1.5.8"
}
}
Loading…
Cancel
Save