Browse Source

Add ncurc and npmignore

zhixin 2 years ago
parent
commit
f878ac5748
2 changed files with 5 additions and 0 deletions
  1. 3 0
      .ncurc.json
  2. 2 0
      .npmignore

+ 3 - 0
.ncurc.json

@@ -0,0 +1,3 @@
+{
+  "reject": "rollup-plugin-vue"
+}

+ 2 - 0
.npmignore

@@ -7,6 +7,7 @@ tools
 _config.yml
 .browserslistrc
 .eslintrc.js
+.ncurc.json
 .stylelintrc
 .travis.yml
 CONTRIBUTING.md
@@ -15,3 +16,4 @@ deploy.sh
 DONATORS.md
 Gemfile
 Gemfile.lock
+release.*