Skip to content

Commit

Permalink
Publish using np
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitzBanana committed Jul 25, 2018
1 parent d0b2adc commit 283746f
Show file tree
Hide file tree
Showing 2 changed files with 5,298 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nutshelllab/sns-messenger",
"version": "0.0.0",
"version": "1.0.0",
"description": "Module to send messages to AWS SNS using AWS System Manager to store channels aliases",
"license": "MIT",
"repository": "https://github.com/nutshell-lab/sns-messenger",
Expand All @@ -9,11 +9,15 @@
"email": "[email protected]",
"url": "https://nutshell-lab.com"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && nyc ava"
"test": "xo && nyc ava",
"release": "np"
},
"files": [
"index.js"
Expand All @@ -34,6 +38,7 @@
"eslint-config-prettier-standard": "^2.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-standard": "^3.1.0",
"np": "^3.0.4",
"nyc": "^12.0.0",
"xo": "^0.21.0"
},
Expand Down
Loading

0 comments on commit 283746f

Please sign in to comment.