Skip to content

Commit

Permalink
fix for #56 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren committed Nov 17, 2016
1 parent 74f1fad commit e708636
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "webjack",
"version": "0.1.2",
"version": "0.1.3",
"description": "A library to connect to an Arduino microcontroller from a website via serial over the audio jack, using WebRTC.",
"main": "dist/webjack.js",
"scripts": {
"postinstall": "cp node_modules/webrtc-adapter/out/adapter.js examples/ && cp node_modules/jquery/dist/jquery.min.js examples/",
"postinstall": "if [ -f node_modules/webrtc-adapter/out/adapter.js ]; then cp node_modules/webrtc-adapter/out/adapter.js examples/; fi && if [ -f node_modules/webrtc-adapter/out/adapter.js ]; then cp node_modules/jquery/dist/jquery.min.js examples/; fi",
"test": "tape test/**/*.js"
},
"repository": {
Expand Down

0 comments on commit e708636

Please sign in to comment.