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

Commit fc40a77

Browse files
committed
npm bug fixed
1 parent ae02dd6 commit fc40a77

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ lite/
66
guide_notes/
77
node_modules/
88
npm-debug.log
9-
yarn-error.log
9+
yarn-error.log
10+
.vscode
11+
.idea

.npmignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
.gitignore
2+
.git
23
bower.json
34
tsconfig.json
45
tslint.json
56
assets
67
docs
78
examples
8-
ts
99
logo
1010
performance
1111
guide_notes
1212
CONTRIBUTING.md
1313
ISSUE_TEMPLATE.md
1414
API.md
1515
.travis.yml
16-
yarn-error.log
16+
yarn-error.log
17+
.vscode
18+
.idea

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-tween",
3-
"version": "5.4.2",
3+
"version": "5.4.3",
44
"description": "ES6 implementation of amazing tween.js",
55
"browser": "bundled/Tween.min.js",
66
"cdn": "bundled/Tween.min.js",
@@ -67,10 +67,10 @@
6767
"esm"
6868
],
6969
"babel": {
70-
"extensions": [
71-
"js",
72-
"mjs"
73-
]
74-
}
70+
"extensions": [
71+
"js",
72+
"mjs"
73+
]
74+
}
7575
}
7676
}

0 commit comments

Comments
 (0)