Skip to content

Commit

Permalink
Fixes #39 nsp deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Dec 14, 2018
1 parent 414d1d2 commit 45c92bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
"version": "1.2.4",
"description": "Examples of how to restrict put and get with GUN",
"main": "index.js",
"private": true,
"scripts": {
"test": "nsp check && standard && ava",
"test": "standard && ava",
"unrestricted": "concurrently -k \"node www/server\" \"node gun-servers/server-gun-unrestricted\" \"node www/server 4000 not-authenticated.html\"",
"sea": "concurrently -k \"node www/server 3000 authenticated-sea.html\" \"node gun-servers/server-gun-unrestricted\" \"node www/server 4000 not-authenticated-sea.html\"",
"start": "concurrently -k \"node www/server\" \"node gun-servers/server-gun-restricted-put\" \"node www/server 4000 not-authenticated.html\"",
Expand Down Expand Up @@ -34,7 +35,6 @@
},
"devDependencies": {
"ava": "0.25.0",
"nsp": "3.2.1",
"standard": "12.0.1"
}
}

0 comments on commit 45c92bb

Please sign in to comment.