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 8f5bd4e commit 68b1ce9Copy full SHA for 68b1ce9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "es6-tween",
3
- "version": "1.4.0",
+ "version": "1.4.1",
4
"description": "ES6 implementation of amazing tween.js",
5
"main": "dist/Tween.js",
6
"directories": {
@@ -19,7 +19,8 @@
19
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
20
},
21
"release": {
22
- "debug": false
+ "debug": false,
23
+ "githubToken": "32558a13585b92da451b3d55f1623f36513586ea"
24
25
"repository": {
26
"type": "git",
0 commit comments