We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94d63f commit 4bcdf27Copy full SHA for 4bcdf27
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "csp-generator",
3
"private": false,
4
- "version": "0.1.0",
+ "version": "1.0.0",
5
"description": "A Bun package to generate Content Security Policy (CSP) headers.",
6
"type": "module",
7
"main": "./dist/csp-generator.js",
@@ -31,7 +31,8 @@
31
"prepublishOnly": "bun run build",
32
"test": "bun test",
33
"lint": "npx prettier --check **/*.ts",
34
- "format": "prettier --write **/*.ts"
+ "format": "prettier --write **/*.ts",
35
+ "deploy": "bun run build && bun publish"
36
},
37
"author": "Rolando Santamaria Maso <[email protected]>",
38
"keywords": [
0 commit comments