Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
corymsmith committed Oct 24, 2016
1 parent 2ddc6bd commit 8e3ff54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -32,7 +32,7 @@
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish",
"compile": "rm -rf lib/ && babel -d lib/ src/ && mkdir lib/public/ && cp src/public/* lib/public/",
"compile": "rimraf lib/ && babel -d lib/ src/ && mkdir lib/public/ && cp src/public/* lib/public/",
"watch": "babel --watch -d lib/ src/",
"jshint": "jshint src/. test/. --config",
"mocha": "mocha --recursive test/ --compilers js:babel-core/register",
Expand Down Expand Up @@ -76,6 +76,7 @@
"primus": "^5.0.1",
"primus-emitter": "^3.1.1",
"request": "^2.69.0",
"rimraf": "^2.5.4",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"socket.io-client": "^1.1.0",
Expand Down

0 comments on commit 8e3ff54

Please sign in to comment.