Skip to content

Commit 1afbdbc

Browse files
committedDec 7, 2022
fix(chore): added publish config to package.json file
1 parent e2cb7fa commit 1afbdbc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎libs/ng2-dragula/package.json

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"type": "git",
88
"url": "git+https://github.com/valor-software/ng2-dragula.git"
99
},
10+
"publishConfig": {
11+
"registry": "https://registry.npmjs.org/",
12+
"tag": "next"
13+
},
1014
"keywords": [
1115
"angular",
1216
"dragula",

0 commit comments

Comments
 (0)
Please sign in to comment.