-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v3.0.4 no more gulp and use latest srv-failover
- Loading branch information
1 parent
e698827
commit e2da32d
Showing
5 changed files
with
42 additions
and
1,386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Logs | ||
logs | ||
*.log | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Compiled binary addons (http://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directory | ||
# Commenting this out is preferred by some people, see | ||
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git- | ||
node_modules | ||
|
||
# Users Environment Variables | ||
.lock-wscript | ||
meshblu.json | ||
tmp | ||
devices | ||
.npmrc | ||
*.sublime-workspace |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"name": "meshblu", | ||
"description": "Meshblu IoT network and API", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"license": "MIT", | ||
"homepage": "https://developer.octoblu.com", | ||
"repository": "git://github.com/octoblu/meshblu-npm", | ||
"author": "Octoblu <[email protected]>", | ||
"main": "./dist/index.js", | ||
"scripts": { | ||
"build": "gulp", | ||
"build": "coffee --compile --output dist/ --map src/*.coffee", | ||
"test": "mocha" | ||
}, | ||
"keywords": [ | ||
|
@@ -36,10 +36,6 @@ | |
"devDependencies": { | ||
"chai": "^4.0.1", | ||
"coffee-script": "^1.12.6", | ||
"gulp": "^3.9.1", | ||
"gulp-clean": "^0.3.2", | ||
"gulp-coffee": "^2.3.4", | ||
"gulp-concat": "^2.6.0", | ||
"meshblu-config": "^8.0.0", | ||
"mocha": "^3.4.2", | ||
"sinon": "^2.3.2", | ||
|
Oops, something went wrong.