Skip to content

Commit

Permalink
Merge pull request #609 from cmv/feature/update-package.json-for-2.0.…
Browse files Browse the repository at this point in the history
…0-beta.1

update package dependencies and bump the version number.
  • Loading branch information
DavidSpriggs authored Oct 4, 2016
2 parents e21ff40 + 0c3a787 commit 4651249
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "ConfigurableMapViewerCMV",
"version": "1.4.0",
"version": "2.0.0-beta.1",
"author": "cmv.io - https://github.com/cmv/",
"license": "MIT",
"year": "2016",
"homepage": "http://cmv.io/",
"repository": "https://github.com/cmv/cmv-app/",
"dependencies": {
"babel-eslint": "6.0.x",
"csslint": "0.10.x",
"eslint": "2.5.x",
"grunt": "0.4.x",
"grunt-postcss": "0.8.x",
"babel-eslint": "6.1.x",
"csslint": "1.0.x",
"eslint": "3.5.x",
"grunt": "1.0.x",
"grunt-contrib-clean": "1.0.x",
"grunt-contrib-compress": "1.3.x",
"grunt-contrib-connect": "1.0.x",
"grunt-contrib-copy": "1.0.x",
"grunt-contrib-csslint": "1.0.x",
"grunt-contrib-cssmin": "1.0.x",
"grunt-eslint": "18.0.x",
"grunt-contrib-uglify": "1.0.x",
"grunt-contrib-uglify": "2.0.x",
"grunt-contrib-watch": "1.0.x",
"grunt-newer": "1.1.x",
"grunt-eslint": "19.0.x",
"grunt-newer": "1.2.x",
"grunt-open": "0.2.x",
"grunt-contrib-compress": "1.2.x",
"grunt-postcss": "0.8.x",
"proxypage": "*"
},
"engine": "node >= 4",
Expand Down

0 comments on commit 4651249

Please sign in to comment.