Skip to content

Commit

Permalink
v3.0.4 no more gulp and use latest srv-failover
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdemartini committed Jun 2, 2017
1 parent e698827 commit e2da32d
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 1,386 deletions.
33 changes: 33 additions & 0 deletions .npmignore
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
14 changes: 0 additions & 14 deletions gulpfile.coffee

This file was deleted.

3 changes: 0 additions & 3 deletions gulpfile.js

This file was deleted.

8 changes: 2 additions & 6 deletions package.json
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": [
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit e2da32d

Please sign in to comment.