Skip to content

Commit

Permalink
♻️ chore: bump version and add lib to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmclin2 committed May 25, 2023
1 parent b3e6ab2 commit a253f64
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules
/dist
/es
/lib
.dumi/tmp
.dumi/tmp-test
.dumi/tmp-production
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ $ npm run docs:build
$ npm run doctor
```

## Release

```bash
$ npm publish --registry https://registry.npmjs.org
```

## LICENSE

MIT
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
"prepare": "husky install && dumi setup",
"prepublishOnly": "father doctor && npm run build",
"publish": "npm publish --registry https://registry.npmjs.org",
"start": "npm run dev",
"test": "vitest",
"test:coverage": "vitest run --coverage",
Expand Down

0 comments on commit a253f64

Please sign in to comment.