Skip to content

Commit 4bcdf27

Browse files
committed
v1.0.0
1 parent d94d63f commit 4bcdf27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csp-generator",
33
"private": false,
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"description": "A Bun package to generate Content Security Policy (CSP) headers.",
66
"type": "module",
77
"main": "./dist/csp-generator.js",
@@ -31,7 +31,8 @@
3131
"prepublishOnly": "bun run build",
3232
"test": "bun test",
3333
"lint": "npx prettier --check **/*.ts",
34-
"format": "prettier --write **/*.ts"
34+
"format": "prettier --write **/*.ts",
35+
"deploy": "bun run build && bun publish"
3536
},
3637
"author": "Rolando Santamaria Maso <[email protected]>",
3738
"keywords": [

0 commit comments

Comments
 (0)