Skip to content

Commit

Permalink
Merge branch 'release/v1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rousan committed Mar 6, 2019
2 parents edc32b6 + 3ba2f2e commit 7d911a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.1",
"description": "A http long polling comet implementation for nodejs and browser",
"scripts": {
"build": "webpack --mode production --config ./config/webpack.config.js && cp README.md dist/README.m && cp LICENSE dist/LICENSE",
"build": "webpack --mode production --config ./config/webpack.config.js && cp README.md dist/README.md && cp LICENSE dist/LICENSE",
"start:client": "webpack-dev-server --host 0.0.0.0 --mode development --config ./config/webpack.config.example.client.js",
"build:example:server": "webpack --mode development --config ./config/webpack.config.example.server.js",
"start:server": "nodemon --watch src/server --watch example/server.js --exec 'npm run build:example:server && node example/dist/server.js'",
Expand Down

0 comments on commit 7d911a0

Please sign in to comment.