We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54beced commit 0586335Copy full SHA for 0586335
README.md
@@ -134,7 +134,7 @@ $ npm run dev # builds and watchs development files
134
Then reference the library source:
135
136
```html
137
-<script src="dist/Tween.min.js"></script>
+<script src="bundled/Tween.min.js"></script>
138
```
139
140
## Features
package.json
@@ -38,7 +38,7 @@
38
"bugs": {
39
"url": "https://github.com/tweenjs/es6-tween/issues"
40
},
41
- "homepage": "https://tweenjs.github.io/es6-tween",
+ "homepage": "https://es6-tween.js.org",
42
"devDependencies": {
43
"ava": "^0.22.0",
44
"docdash": "^0.4.0",
0 commit comments