Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
- Update package.json/npmignore
  • Loading branch information
cak committed Jan 11, 2019
1 parent 0f9de02 commit 1ba5907
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
src
/src
tsconfig.json
docs
/docs
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
{
"name": "blockade",
"version": "1.0.2",
"version": "1.0.3",
"repository": {
"type": "git",
"url": "https://github.com/TypeError/blockade"
},
"description": "Security Headers and Cookies for Node.js",
"main": "lib/blockade.js",
"types": "lib/blockade.d.ts",
"files": [
"/lib"
],
"scripts": {
"build": "tsc"
},
"author": "Caleb Kinney",
"license": "MIT"
"license": "MIT",
"dependencies": {}
}

0 comments on commit 1ba5907

Please sign in to comment.