Skip to content

Commit

Permalink
Added ncu
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoster committed Nov 9, 2016
1 parent dfff063 commit 4009084
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 35 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
/elm.js
/src/elm-stuff/
/test.js
/npm-debug.log
73 changes: 38 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,40 @@
{
"name": "bosh-gui",
"version": "1.0.0",
"description": "The GUI for BOSH",
"main": "index.hmtl",
"devDependencies": {
"autoprefixer": "^6.3.6",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "^0.23.1",
"elm": "^0.17.0",
"elm-hot-loader": "^0.3.2",
"elm-webpack-loader": "^3.0.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"gulp": "^3.9.1",
"gulp-stubby-server": "^0.2.0",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.17.0",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.2.1",
"node-sass": "^3.7.0",
"postcss-loader": "^0.9.1",
"rimraf": "^2.5.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.13.0"
},
"scripts": {
"start": "gulp serve",
"build": "rimraf dist && webpack",
"watch": "webpack --watch"
},
"author": "Dozer.io",
"license": "Apache-2.0"
"name": "bosh-gui",
"version": "1.0.0",
"description": "The GUI for BOSH",
"main": "index.hmtl",
"repository": "https://github.com/dozer-io/bosh-gui.git",
"devDependencies": {
"autoprefixer": "^6.3.6",
"copy-webpack-plugin": "^4.0.0",
"css-loader": "^0.25.0",
"elm": "^0.17.0",
"elm-hot-loader": "^0.3.2",
"elm-webpack-loader": "^3.0.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-stubby-server": "^0.2.0",
"gulp-util": "^3.0.7",
"html-webpack-plugin": "^2.17.0",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.2.1",
"node-sass": "^3.7.0",
"npm-check-updates": "^2.8.6",
"postcss-loader": "^1.1.0",
"rimraf": "^2.5.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^0.15.0"
},
"scripts": {
"start": "gulp serve",
"build": "rimraf dist && webpack",
"watch": "webpack --watch",
"update": "ncu -u"
},
"author": "Dozer.io",
"license": "Apache-2.0"
}

0 comments on commit 4009084

Please sign in to comment.