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

Commit abe4c54

Browse files
committed
Only include relevant files in the npm package.
Resolves #157
1 parent 7c3f740 commit abe4c54

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
node_modules
1+
**/*

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"version": "0.18.1",
44
"description": "A chip input field using Material-UI.",
55
"main": "lib/ChipInput.js",
6+
"files": [
7+
"lib/**/*.js",
8+
"README.md",
9+
"LICENSE",
10+
"demo.gif"
11+
],
612
"scripts": {
713
"build": "babel src -d lib",
814
"test": "standard",

0 commit comments

Comments
 (0)