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

Commit

Permalink
npm bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Apr 10, 2019
1 parent ae02dd6 commit fc40a77
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ lite/
guide_notes/
node_modules/
npm-debug.log
yarn-error.log
yarn-error.log
.vscode
.idea
6 changes: 4 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
.gitignore
.git
bower.json
tsconfig.json
tslint.json
assets
docs
examples
ts
logo
performance
guide_notes
CONTRIBUTING.md
ISSUE_TEMPLATE.md
API.md
.travis.yml
yarn-error.log
yarn-error.log
.vscode
.idea
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "es6-tween",
"version": "5.4.2",
"version": "5.4.3",
"description": "ES6 implementation of amazing tween.js",
"browser": "bundled/Tween.min.js",
"cdn": "bundled/Tween.min.js",
Expand Down Expand Up @@ -67,10 +67,10 @@
"esm"
],
"babel": {
"extensions": [
"js",
"mjs"
]
}
"extensions": [
"js",
"mjs"
]
}
}
}

0 comments on commit fc40a77

Please sign in to comment.