Skip to content

Commit

Permalink
Updating server & test framework, updating .npmignore
Browse files Browse the repository at this point in the history
  • Loading branch information
avoidwork committed Mar 22, 2017
1 parent 646a680 commit 95cb2cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
/.idea/
/.sass-cache/
/node_modules/
/src/
/test/
/sass/
.eslintrc
.git
.gitignore
.travis.yml
Gruntfile.js
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tenso",
"description": "Tensō is an elastic REST API gateway for node.js",
"version": "4.3.31",
"version": "4.3.32",
"homepage": "http://avoidwork.github.io/tenso",
"author": "Jason Mulligan <[email protected]>",
"repository": {
Expand Down Expand Up @@ -45,7 +45,7 @@
"tiny-merge": "~1.0.0",
"tiny-uuid4": "~1.0.1",
"tiny-xml": "~1.0.6",
"turtle.io": "~7.4.17",
"turtle.io": "~7.5.0",
"uws": "~0.13.0",
"yamljs": "~0.2.8"
},
Expand All @@ -58,7 +58,7 @@
"grunt-nsp": "~2.3.1",
"mocha": "~3.2.0",
"jsonwebtoken": "~7.3.0",
"tiny-httptest": "~1.0.5"
"tiny-httptest": "~1.0.7"
},
"keywords": [
"REST",
Expand Down

0 comments on commit 95cb2cc

Please sign in to comment.