Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 68b1ce9

Browse files
committed
# UPDATE
- fix(token): removed token
1 parent 8f5bd4e commit 68b1ce9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-tween",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"description": "ES6 implementation of amazing tween.js",
55
"main": "dist/Tween.js",
66
"directories": {
@@ -19,7 +19,8 @@
1919
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
2020
},
2121
"release": {
22-
"debug": false
22+
"debug": false,
23+
"githubToken": "32558a13585b92da451b3d55f1623f36513586ea"
2324
},
2425
"repository": {
2526
"type": "git",

0 commit comments

Comments
 (0)