Skip to content

Commit

Permalink
Merge pull request #2 from shystruk/dev
Browse files Browse the repository at this point in the history
publishConfig
  • Loading branch information
shystruk authored May 14, 2021
2 parents 8e25c1d + d42757d commit 767b513
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"name": "bind-dom",
"version": "0.0.7",
"version": "0.0.8",
"description": "Synchronization between two DOM elements (oneTime, oneWay, twoWay)",
"main": "./src/bind-dom.js",
"directories": {
"src": "src"
},
"repository": "https://github.com/shystruk/bind-dom.git",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"observer",
"mutation-observer",
Expand Down

0 comments on commit 767b513

Please sign in to comment.