Skip to content

Commit

Permalink
chore: fix release-it setup
Browse files Browse the repository at this point in the history
  • Loading branch information
osdnk committed Sep 18, 2020
1 parent bd07726 commit 434c3a2
Show file tree
Hide file tree
Showing 2 changed files with 2,446 additions and 17 deletions.
33 changes: 25 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,45 @@
{
"name": "react-native-animated-charts",
"name": "@rainbow-me/animated-charts",
"version": "1.0.0-alpha.1",
"description": "The library provides a set of components and helpers for building complex and beautiful animated linear (only - for now) charts. It's a part of the [Rainbow.me project](https://rainbow.me/).",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"release": "release-it"
},
"author": "Michał Osadnik",
"files": [
"src/"
],
"license": "ISC",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"license": "MIT",
"dependencies": {
"react-native-gesture-handler": "^1.7.0",
"react-native-reanimated": "^2.0.0-alpha.5",
"react-native-svg": "^12.1.0",
"react-native-haptic-feedback": "^1.10.0"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/runtime": "^7.11.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/runtime": "^7.11.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"husky": "^4.3.0",
"release-it": "^14.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rainbow-me/react-native-animated-charts.git"
},
"bugs": {
"url": "https://github.com/rainbow-me/react-native-animated-charts/issues"
},
"homepage": "https://github.com/rainbow-me/react-native-animated-charts#readme"
}
Loading

0 comments on commit 434c3a2

Please sign in to comment.