Commencing work on v1.30.1

This commit is contained in:
Jeff 2016-10-06 12:48:48 -07:00 committed by Jeff Parsons
commit f7659f9f34
258 changed files with 12921 additions and 235 deletions

View file

@ -1,9 +1,9 @@
{
"name": "pcjs",
"version": "1.30.0",
"version": "1.30.1",
"description": "Node-enabled version of PCjs",
"license": "GPL-3.0",
"engine": "node ^0.12.7",
"engine": "node ^6.7.0",
"main": "server.js",
"directories": {
"doc": "docs",
@ -46,7 +46,7 @@
},
"devDependencies": {
"async": "^0.6.2",
"editorconfig": "^0.11.4",
"editorconfig": "^0.13.2",
"google-closure-compiler-js": "^20160916.0.0",
"grunt": "^0.4.3",
"grunt-closure-tools": "^0.9.4",