Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Fix "universal" demo on Windows. (#1168)
Browse files Browse the repository at this point in the history
Closes #1166
  • Loading branch information
Daniel15 authored and flarnie committed Apr 24, 2017
1 parent 2726d31 commit 42ac4cf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/draft-0-10-0/universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"browserify": "^13.1.1"
},
"scripts": {
"build": "mkdir -p static; browserify client.js -t babelify -o static/bundle.js",
"build": "browserify client.js -t babelify -o static/bundle.js",
"start": "babel-node index.js",
"demo": "npm run build && npm run start"
}
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion examples/draft-0-9-1/universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"browserify": "^13.1.1"
},
"scripts": {
"build": "mkdir -p static; browserify client.js -t babelify -o static/bundle.js",
"build": "browserify client.js -t babelify -o static/bundle.js",
"start": "babel-node index.js",
"demo": "npm run build && npm run start"
}
Expand Down
Empty file.

0 comments on commit 42ac4cf

Please sign in to comment.