Skip to content

Commit 0638311

Browse files
author
Jason Barry
authored
feat: make public (#29)
1 parent f019002 commit 0638311

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2+
"private": false,
23
"name": "@netlify/plugin-csp-nonce",
34
"version": "1.0.8",
45
"description": "Use a nonce for the script-src and style-src directives of your Content Security Policy.",
56
"main": "index.js",
67
"repository": {
78
"type": "git",
8-
"url": "git+https://github.com/netlify/csp-nonce.git"
9+
"url": "git+https://github.com/netlify/plugin-csp-nonce.git"
910
},
1011
"author": "Jason Barry <[email protected]>",
1112
"license": "MIT",
@@ -19,9 +20,9 @@
1920
"prettier": "^2.8.8"
2021
},
2122
"bugs": {
22-
"url": "https://github.com/netlify/csp-nonce/issues"
23+
"url": "https://github.com/netlify/plugin-csp-nonce/issues"
2324
},
24-
"homepage": "https://github.com/netlify/csp-nonce#readme",
25+
"homepage": "https://github.com/netlify/plugin-csp-nonce#readme",
2526
"scripts": {
2627
"test": "echo \"Error: no test specified\" && exit 1"
2728
}

0 commit comments

Comments
 (0)