Skip to content

Commit c03d779

Browse files
authored
Merge pull request #16 from yama-dev/v0.7.0
V0.7.0
2 parents cdedfa7 + 0d8b9cf commit c03d779

File tree

4 files changed

+24
-35
lines changed

4 files changed

+24
-35
lines changed

dist/js-scroll-effect-module.js

Lines changed: 3 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-scroll-effect-module",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Add effect at scroll.",
55
"keywords": [
66
"scroll",
@@ -50,9 +50,6 @@
5050
"webpack": "^4.34.0",
5151
"webpack-cli": "^3.3.4"
5252
},
53-
"dependencies": {
54-
"@yama-dev/js-dom": "0.0.6"
55-
},
5653
"eslintConfig": {
5754
"env": {
5855
"browser": true,
@@ -89,5 +86,8 @@
8986
"no-console": "warn",
9087
"no-unused-vars": "warn"
9188
}
89+
},
90+
"dependencies": {
91+
"@yama-dev/js-dom": "^0.1.0"
9292
}
9393
}

0 commit comments

Comments
 (0)