Skip to content

Commit

Permalink
Make dependencies strict; update
Browse files Browse the repository at this point in the history
  • Loading branch information
neersighted committed Jan 2, 2016
1 parent 0d06183 commit b998399
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
2 changes: 1 addition & 1 deletion tgui/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npm-debug.log
node_modules/
bower_components/
82 changes: 41 additions & 41 deletions tgui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,48 +2,48 @@
"name": "tgui",
"private": true,
"dependencies": {
"aliasify": "^1.8.0",
"autoprefixer": "^6.2.2",
"browserify": "^12.0.1",
"browserify-resolutions": "^1.0.6",
"coffee-script": "^1.10.0",
"coffeeify": "^2.0.1",
"del": "^2.2.0",
"dom4": "^1.5.2",
"es5-shim": "^4.4.1",
"aliasify": "~1.8.0",
"autoprefixer": "~6.2.2",
"browserify": "~12.0.1",
"browserify-resolutions": "~1.0.6",
"coffee-script": "~1.10.0",
"coffeeify": "~2.0.1",
"del": "~2.2.0",
"dom4": "~1.5.2",
"es5-shim": "~4.4.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-bytediff": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-postcss": "^6.0.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.1.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"hexa-color-regex": "^1.0.0",
"html5shiv": "^3.7.3",
"ie8": "^0.2.9",
"merge2": "^0.3.6",
"mini-signals": "^1.1.0",
"pleeease-filters": "^2.0.0",
"postcss": "^5.0.13",
"postcss-color-rgba-fallback": "^2.1.0",
"postcss-colorblind": "^0.4.0",
"postcss-filter-gradient": "^0.2.1",
"postcss-font-weights": "^2.0.1",
"postcss-opacity": "^3.0.0",
"ractive": "^0.7.3",
"ractive-componentify": "^0.2.2",
"ractive-events-keys": "^0.2.1",
"ractive-transitions-fade": "^0.3.1",
"require-globify": "^1.3.0",
"rfr": "^1.2.3",
"stylus": "^0.53.0",
"through2": "^2.0.0",
"webfontloader": "^1.6.16"
"gulp-bytediff": "~1.0.0",
"gulp-concat": "~2.6.0",
"gulp-cssnano": "~2.0.0",
"gulp-if": "~2.0.0",
"gulp-load-plugins": "~1.1.0",
"gulp-postcss": "~6.0.1",
"gulp-size": "~2.0.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-stylus": "2.2.0",
"gulp-uglify": "~1.5.1",
"gulp-util": "~3.0.7",
"hexa-color-regex": "~1.0.0",
"html5shiv": "~3.7.3",
"ie8": "~0.2.9",
"merge2": "~0.3.6",
"mini-signals": "~1.1.0",
"pleeease-filters": "~2.0.0",
"postcss": "~5.0.13",
"postcss-color-rgba-fallback": "2.2.0",
"postcss-colorblind": "~0.4.0",
"postcss-filter-gradient": "~0.2.1",
"postcss-font-weights": "~2.0.1",
"postcss-opacity": "~3.0.0",
"ractive": "~0.7.3",
"ractive-componentify": "~0.2.2",
"ractive-events-keys": "~0.2.1",
"ractive-transitions-fade": "~0.3.1",
"require-globify": "~1.3.0",
"rfr": "~1.2.3",
"stylus": "~0.53.0",
"through2": "~2.0.0",
"webfontloader": "~1.6.16"
},
"aliasify": {
"aliases": {
Expand Down

0 comments on commit b998399

Please sign in to comment.