Skip to content

Commit

Permalink
chore(release): 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fupengl committed Jul 18, 2021
1 parent 15d952f commit ae0efcf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### 0.0.1 (2021-07-18)
24 changes: 20 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
{
"name": "@planjs/react-utils",
"version": "1.0.0",
"description": "",
"version": "0.0.1",
"description": "React tool collection",
"sideEffects": false,
"main": "lib/index.js",
"module": "es/index.js",
"umd:main": "lib/index.umd.js",
"unpkg": "lib/index.umd.min.js",
"typings": "typings/index.d.ts",
"files": [
"lib",
"es",
"dist",
"typings"
],
"scripts": {
"start": "stan-builder -w",
"prepare": "stan-builder",
"test": "echo \"Error: no test specified\" && exit 1"
"prepublishOnly": "npm run release",
"release": "./scripts/release.sh",
"test": "jest"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -42,7 +47,18 @@
"devDependencies": {
"@planjs/fabric": "^0.0.76",
"typescript": "4.1.5",
"stan-builder": "^0.9.13"
"stan-builder": "^0.9.13",
"react": "16.14.0",
"react-dom": "16.14.0",
"@types/node": "^16.3.3",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.14",
"@testing-library/react": "^12.0.0",
"@testing-library/react-hooks": "^7.0.1",
"@types/jest": "^26.0.24",
"jest": "^27.0.6",
"ts-jest": "^27.0.3",
"standard-version": "^9.0.0"
},
"peerDependencies": {
"react": ">16.8.0",
Expand Down

0 comments on commit ae0efcf

Please sign in to comment.