Skip to content

Commit 9ff5c7b

Browse files
committed
Switch to .npmignore
1 parent 901abab commit 9ff5c7b

File tree

3 files changed

+25
-6
lines changed

3 files changed

+25
-6
lines changed

.npmignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
docs
2+
example
3+
src
4+
.eslintignore
5+
.eslintrc
6+
.flowconfig
7+
.gitignore
8+
.prettierrc
9+
.readthedocs.yml
10+
.requirements.docs.txt
11+
.travis.yml
12+
mkdocs.yml

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.0.2] - 2020-12-11
4+
5+
### Fixed
6+
7+
- switch to `.npmignore`
8+
9+
## [1.0.1] - 2020-12-11
10+
11+
### Fixed
12+
13+
- changed package 'files' field
14+
315
## [1.0.0] - 2020-12-11
416

517
### Added

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ginkgo-bioworks/react-json-schema-form-builder",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "React JSON Schema Form Editor",
55
"author": {
66
"name": "Nathan Alam",
@@ -68,11 +68,6 @@
6868
"react-json-editor-ajrm": "^2.5.13",
6969
"react-scripts": "^3.4.1"
7070
},
71-
"files": [
72-
"dist/**",
73-
"README.md",
74-
"LICENSE"
75-
],
7671
"dependencies": {
7772
"classnames": "^2.2.6",
7873
"react-beautiful-dnd": "^13.0.0",

0 commit comments

Comments
 (0)