Skip to content

Commit

Permalink
version bump to 0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Sep 20, 2018
1 parent 675e568 commit 78f1432
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"._": "as this would overwrite / update the JSON, not the master CSON!",
"*/": "----------------------------------------------------------------------------",
"name": "readium-js-viewer",
"version": "0.31.0-alpha",
"version": "0.31.0",
"engines": {
"node": ">=4",
"npm": ">=2",
Expand Down Expand Up @@ -47,39 +47,39 @@
],
"dependencies": {
"concurrently": "^3.6.0",
"http-server": "github:danielweck/http-server#master",
"npm-run-all": "^4.1.3",
"opener": "^1.4.3"
"opener": "^1.4.3",
"http-server": "github:danielweck/http-server#master"
},
"devDependencies": {
"JSON2": "^0.1.0",
"keymaster": "github:danielweck/keymaster#master",
"jath": "github:danielweck/jath#master",
"mathjax-single-file": "github:danielweck/MathJax-single-file#master",
"bootstrap": "3.x",
"bootstrap-accessibility-plugin": "github:paypal/bootstrap-accessibility-plugin#master",
"chai": "3.x",
"chai-as-promised": "^7.1.1",
"clean-css-cli": "^4.1.10",
"crx": "^3.2.1",
"decompress-zip": "^0.3.1",
"gift": "^0.10.1",
"github": "12.x",
"grunt-selenium-webdriver": "github:levexis/grunt-selenium-webdriver#master",
"hammerjs": "^2.0.8",
"hogan": "^1.0.2",
"hogan.js": "^3.0.2",
"httpreq": "^0.4.24",
"jath": "github:danielweck/jath#master",
"jquery-hammerjs": "^2.0.0",
"keymaster": "github:danielweck/keymaster#master",
"mathjax-single-file": "github:danielweck/MathJax-single-file#master",
"mocha": "^5.2.0",
"phantomjs-prebuilt": "^2.1.16",
"remotestoragejs": "^1.0.3",
"requirejs-hogan-plugin": "^0.3.1",
"screenfull": "^3.3.2",
"JSON2": "^0.1.0",
"hogan": "^1.0.2",
"requirejs-hogan-plugin": "^0.3.1",
"remotestoragejs": "^1.0.3",
"spin.js": "2.x",
"gift": "^0.10.1",
"clean-css-cli": "^4.1.10",
"uglify-js": "^3.4.1",
"mocha": "^5.2.0",
"wd": "^1.9.0",
"xml2js": "^0.4.19"
"phantomjs-prebuilt": "^2.1.16",
"grunt-selenium-webdriver": "github:levexis/grunt-selenium-webdriver#master",
"crx": "^3.2.1",
"chai": "3.x",
"chai-as-promised": "^7.1.1",
"github": "12.x",
"hogan.js": "^3.0.2",
"httpreq": "^0.4.24",
"xml2js": "^0.4.19",
"decompress-zip": "^0.3.1"
},
"scripts": {
"cson2json": "node ./readium-js/readium-shared-js/readium-build-tools/concat.js \"package/*.cson\" package.cson && node ./readium-js/readium-shared-js/node_modules/cson/bin/cson2json package.cson > package.json && node ./readium-js/readium-shared-js/node_modules/rimraf/bin.js package.cson && node readium-js/readium-shared-js/readium-build-tools/optimizePackageJsonScripts.js",
Expand Down Expand Up @@ -172,4 +172,4 @@
"deploy:cloudReaderLite:copy:sourcemap": "node ./readium-js/readium-shared-js/node_modules/ncp/bin/ncp dist/cloud-reader-lite_sourcemap/ dist/cloud-reader-lite/scripts/ && ( node ./readium-js/readium-shared-js/node_modules/ncp/bin/ncp dist/zip_sourcemap/ dist/cloud-reader-lite/scripts/zip/ || echo \"=== SUCCESS [ignore previous error]: no sourcemaps were generated for zip web-worker, deflate, inflate (no uglification).\" )",
"deploy:chromeApp:copy:sourcemap": "node ./readium-js/readium-shared-js/node_modules/ncp/bin/ncp dist/chrome-app_sourcemap/ dist/chrome-app/scripts/"
}
}
}
2 changes: 1 addition & 1 deletion package/package_base.cson
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

name: "readium-js-viewer"

version: "0.31.0-alpha"
version: "0.31.0"

engines:
node: ">=4"
Expand Down
2 changes: 1 addition & 1 deletion readium-js

0 comments on commit 78f1432

Please sign in to comment.