Skip to content

Commit

Permalink
v3.0.1 remove skip-install
Browse files Browse the repository at this point in the history
  • Loading branch information
iamruinous committed Jun 1, 2017
1 parent 8c627e5 commit 4d4d0a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "meshblu",
"description": "Meshblu IoT network and API",
"version": "3.0.0",
"version": "3.0.1",
"license": "MIT",
"homepage": "https://developer.octoblu.com",
"repository": "git://github.com/octoblu/meshblu-npm",
"author": "Octoblu <[email protected]>",
"main": "./dist/index.js",
"scripts": {
"preinstall": "node -e \"try{require('./skip-install.js')}catch(e){}\"",
"build": "gulp",
"test": "mocha"
},
Expand All @@ -35,11 +34,6 @@
"tar": "^2.1.1",
"url": "^0.11.0"
},
"bundledDependencies": [
"request",
"tar",
"fstream"
],
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
Expand Down
34 changes: 0 additions & 34 deletions skip-install.js

This file was deleted.

0 comments on commit 4d4d0a7

Please sign in to comment.