Skip to content

Commit 767b513

Browse files
authored
Merge pull request #2 from shystruk/dev
publishConfig
2 parents 8e25c1d + d42757d commit 767b513

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "bind-dom",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Synchronization between two DOM elements (oneTime, oneWay, twoWay)",
55
"main": "./src/bind-dom.js",
66
"directories": {
77
"src": "src"
88
},
99
"repository": "https://github.com/shystruk/bind-dom.git",
10+
"publishConfig": {
11+
"registry": "https://registry.npmjs.org"
12+
},
1013
"keywords": [
1114
"observer",
1215
"mutation-observer",

0 commit comments

Comments
 (0)