Skip to content

Commit

Permalink
Fix correct devDependencies to peerDenpendencies, add .npmignore file…
Browse files Browse the repository at this point in the history
… all (#36)

* apply peerDependencies

* enter prerelease mode

* add .npmignore, devDependencies correct

* apply changeset
  • Loading branch information
minuukang authored Nov 21, 2022
1 parent a1d0fc0 commit 7aa77f0
Show file tree
Hide file tree
Showing 15 changed files with 238 additions and 2 deletions.
13 changes: 13 additions & 0 deletions .changeset/tough-coins-invent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@greenlabs/rescript-date-fns": patch
"@greenlabs/rescript-daum-postcode": patch
"@greenlabs/rescript-hammerjs": patch
"@greenlabs/rescript-jest": patch
"@greenlabs/rescript-next": patch
"@greenlabs/rescript-nock": patch
"@greenlabs/rescript-react-hook-form": patch
"@greenlabs/rescript-react-linkify": patch
"@greenlabs/rescript-testing-library": patch
---

apply .npmignore and correct devDependencies
21 changes: 21 additions & 0 deletions packages/rescript-date-fns/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**/__tests__/**
.bsb.lock
*.bs.js
.gitattributes
.github/
.graphql_ppx_cache/
.merlin
.vscode/
assets/
CONTRIBUTING.md
CODE_OF_CONDUCT.md
documentation/
documentationWebsite/
docs/
EXAMPLES/
lib/
node_modules/
package-lock.json
TODO
yarn.lock
yarn-error.log
21 changes: 21 additions & 0 deletions packages/rescript-daum-postcode/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**/__tests__/**
.bsb.lock
*.bs.js
.gitattributes
.github/
.graphql_ppx_cache/
.merlin
.vscode/
assets/
CONTRIBUTING.md
CODE_OF_CONDUCT.md
documentation/
documentationWebsite/
docs/
EXAMPLES/
lib/
node_modules/
package-lock.json
TODO
yarn.lock
yarn-error.log
21 changes: 21 additions & 0 deletions packages/rescript-hammerjs/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**/__tests__/**
.bsb.lock
*.bs.js
.gitattributes
.github/
.graphql_ppx_cache/
.merlin
.vscode/
assets/
CONTRIBUTING.md
CODE_OF_CONDUCT.md
documentation/
documentationWebsite/
docs/
EXAMPLES/
lib/
node_modules/
package-lock.json
TODO
yarn.lock
yarn-error.log
21 changes: 21 additions & 0 deletions packages/rescript-jest/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**/__tests__/**
.bsb.lock
*.bs.js
.gitattributes
.github/
.graphql_ppx_cache/
.merlin
.vscode/
assets/
CONTRIBUTING.md
CODE_OF_CONDUCT.md
documentation/
documentationWebsite/
docs/
EXAMPLES/
lib/
node_modules/
package-lock.json
TODO
yarn.lock
yarn-error.log
21 changes: 21 additions & 0 deletions packages/rescript-next/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**/__tests__/**
.bsb.lock
*.bs.js
.gitattributes
.github/
.graphql_ppx_cache/
.merlin
.vscode/
assets/
CONTRIBUTING.md
CODE_OF_CONDUCT.md
documentation/
documentationWebsite/
docs/
EXAMPLES/
lib/
node_modules/
package-lock.json
TODO
yarn.lock
yarn-error.log
3 changes: 3 additions & 0 deletions packages/rescript-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@
},
"devDependencies": {
"@rescript/react": "^0.10.3"
},
"peerDependencies": {
"@rescript/react": "^0.10.3"
}
}
21 changes: 21 additions & 0 deletions packages/rescript-nock/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**/__tests__/**
.bsb.lock
*.bs.js
.gitattributes
.github/
.graphql_ppx_cache/
.merlin
.vscode/
assets/
CONTRIBUTING.md
CODE_OF_CONDUCT.md
documentation/
documentationWebsite/
docs/
EXAMPLES/
lib/
node_modules/
package-lock.json
TODO
yarn.lock
yarn-error.log
3 changes: 2 additions & 1 deletion packages/rescript-nock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"directory": "packages/rescript-nock"
},
"peerDependencies": {
"nock": "^13.2.9"
"nock": "^13.2.9",
"rescript-webapi": "^0.6.1"
},
"devDependencies": {
"rescript-webapi": "^0.6.1"
Expand Down
21 changes: 21 additions & 0 deletions packages/rescript-react-hook-form/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**/__tests__/**
.bsb.lock
*.bs.js
.gitattributes
.github/
.graphql_ppx_cache/
.merlin
.vscode/
assets/
CONTRIBUTING.md
CODE_OF_CONDUCT.md
documentation/
documentationWebsite/
docs/
EXAMPLES/
lib/
node_modules/
package-lock.json
TODO
yarn.lock
yarn-error.log
26 changes: 26 additions & 0 deletions packages/rescript-react-hook-form/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @greenlabs/rescript-react-hook-form

## 0.11.1

### Patch Changes

- add files
- add resi
- 26b2d83: peer dependencies

## 0.11.1-next.2

### Patch Changes

- add resi

## 0.11.1-next.1

### Patch Changes

- add files

## 0.11.1-next.0

### Patch Changes

- peer dependencies

## 0.11.0

### Minor Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/rescript-react-hook-form/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@greenlabs/rescript-react-hook-form",
"description": "ReScript bindings for react-hook-form",
"version": "0.11.0",
"version": "0.11.1",
"license": "MIT",
"author": "Greenlabs Dev <developer@greenlabs.co.kr>",
"scripts": {
Expand All @@ -25,6 +25,7 @@
"@rescript/react": "^0.10.3"
},
"peerDependencies": {
"@rescript/react": "^0.10.3",
"react-hook-form": "^7.31.2"
}
}
21 changes: 21 additions & 0 deletions packages/rescript-react-linkify/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**/__tests__/**
.bsb.lock
*.bs.js
.gitattributes
.github/
.graphql_ppx_cache/
.merlin
.vscode/
assets/
CONTRIBUTING.md
CODE_OF_CONDUCT.md
documentation/
documentationWebsite/
docs/
EXAMPLES/
lib/
node_modules/
package-lock.json
TODO
yarn.lock
yarn-error.log
3 changes: 3 additions & 0 deletions packages/rescript-react-linkify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
},
"devDependencies": {
"@rescript/react": "^0.10.3"
},
"peerDependencies": {
"@rescript/react": "^0.10.3"
}
}
21 changes: 21 additions & 0 deletions packages/rescript-testing-library/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
**/__tests__/**
.bsb.lock
*.bs.js
.gitattributes
.github/
.graphql_ppx_cache/
.merlin
.vscode/
assets/
CONTRIBUTING.md
CODE_OF_CONDUCT.md
documentation/
documentationWebsite/
docs/
EXAMPLES/
lib/
node_modules/
package-lock.json
TODO
yarn.lock
yarn-error.log

0 comments on commit 7aa77f0

Please sign in to comment.