Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xuliangzhan committed Jun 30, 2020
1 parent 00b6b44 commit d819b31
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
18 changes: 18 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.editorconfig
.eslintrc.js
.travis.yml

/.gitee
/.github
/node_modules
/func
/src
/public
/test
/docs

tsconfig.json
package-lock.json
babel.config.js
vue.config.js

8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
{
"name": "xe-utils",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.5",
"description": "JavaScript 函数库、工具类",
"main": "index.js",
"unpkg": "dist/xe-utils.min.js",
"jsdelivr": "dist/xe-utils.min.js",
"typings": "index.d.ts",
"files": [
"dist",
"*.js",
"*.ts",
"*.d.ts"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down

0 comments on commit d819b31

Please sign in to comment.