Skip to content

Commit

Permalink
Cleanup files and updating package.json prior publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonmata committed May 31, 2017
1 parent f826aab commit dacf447
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
20 changes: 0 additions & 20 deletions init.sh

This file was deleted.

10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
"name": "node-red-contrib-xbee",
"version": "1.0.0",
"description": "Node-RED module for the Xbee radio modules",
"main": "index.js",
"scripts": {
"prestart": "bash ./init.sh",
"start": "node node_modules/node-red/red.js --userDir .node-red",
"test": "node node_modules/jshint/bin/jshint ./lib/xbee.js ./lib/xbeepool.js ./lib/xbee.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ramonmata/node-red-contrib-xbee.git"
Expand All @@ -30,9 +24,5 @@
"dependencies": {
"serialport": "^4.0.7",
"xbee-api": "^0.5.2"
},
"devDependencies": {
"jshint": "^2.9.4",
"node-red": "^0.16.2"
}
}

0 comments on commit dacf447

Please sign in to comment.