Commit ca574afd477573f836ce4e9ac03acf4839790bf4

Authored by Aaron
1 parent 383bc303
Exists in master and in 1 other branch legacy

更新配置文件

Showing 2 changed files with 11 additions and 1 deletions   Show diff stats
.npmignore 0 → 100644
... ... @@ -0,0 +1,9 @@
  1 +# 忽略目录
  2 +examples/
  3 +packages/
  4 +public/
  5 +
  6 +# 忽略指定文件
  7 +vue.config.js
  8 +babel.config.js
  9 +*.map
0 10 \ No newline at end of file
... ...
package.json
1 1 {
2 2 "name": "eagle-web-toolkit",
3   - "version": "0.1.0",
  3 + "version": "0.0.2",
4 4 "private": true,
  5 + "main": "lib/eagle-web-toolkit.umd.min.js",
5 6 "scripts": {
6 7 "serve": "vue-cli-service serve",
7 8 "build": "vue-cli-service build",
... ...