We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9de02 commit 1ba5907Copy full SHA for 1ba5907
2 files changed
.npmignore
@@ -1,3 +1,3 @@
1
-src
+/src
2
tsconfig.json
3
-docs
+/docs
package.json
@@ -1,16 +1,20 @@
{
"name": "blockade",
- "version": "1.0.2",
+ "version": "1.0.3",
4
"repository": {
5
"type": "git",
6
"url": "https://github.com/TypeError/blockade"
7
},
8
"description": "Security Headers and Cookies for Node.js",
9
"main": "lib/blockade.js",
10
"types": "lib/blockade.d.ts",
11
+ "files": [
12
+ "/lib"
13
+ ],
14
"scripts": {
15
"build": "tsc"
16
17
"author": "Caleb Kinney",
- "license": "MIT"
18
+ "license": "MIT",
19
+ "dependencies": {}
20
}
0 commit comments