Skip to content

Commit 1ba5907

Browse files
committed
v1.0.3
- Update package.json/npmignore
1 parent 0f9de02 commit 1ba5907

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

.npmignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
src
1+
/src
22
tsconfig.json
3-
docs
3+
/docs

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
{
22
"name": "blockade",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/TypeError/blockade"
77
},
88
"description": "Security Headers and Cookies for Node.js",
99
"main": "lib/blockade.js",
1010
"types": "lib/blockade.d.ts",
11+
"files": [
12+
"/lib"
13+
],
1114
"scripts": {
1215
"build": "tsc"
1316
},
1417
"author": "Caleb Kinney",
15-
"license": "MIT"
18+
"license": "MIT",
19+
"dependencies": {}
1620
}

0 commit comments

Comments
 (0)