Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit dceba9a

Browse files
committed
Add .npmignore
1 parent b6fc6be commit dceba9a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.npmignore

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
config/
2+
test/
3+
circle.yml
4+
.gitignore
5+
.eslintrc.json
6+
CONDUCT.md
7+
CONTRIBUTING.md
8+
cover.png
9+
.idea/

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
"rollup-plugin",
2020
"vue"
2121
],
22+
"files": [
23+
"dist/",
24+
"src/"
25+
],
2226
"author": "Rahul Kadyan <[email protected]>",
2327
"license": "MIT",
2428
"bugs": {

0 commit comments

Comments
 (0)