Skip to content

Commit

Permalink
Update verison, rename changelog file
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmark0116 committed May 19, 2022
1 parent 940227f commit 62d3149
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 6 deletions.
File renamed without changes.
28 changes: 22 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-notificated",
"version": "0.1.0",
"version": "0.2.0",
"description": "Blazingly super fast RN notification library. Better than your delivery man",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -32,7 +32,11 @@
"pods": "cd example && pod-install --quiet",
"bootstrap": "yarn example && yarn docs && yarn && yarn pods"
},
"keywords": ["react-native", "ios", "android"],
"keywords": [
"react-native",
"ios",
"android"
],
"repository": "https://github.com/TheWidlarzGroup/react-native-notificated",
"author": "TWG <[email protected]> (https://thewidlarzgroup.com/)",
"license": "MIT",
Expand Down Expand Up @@ -76,10 +80,15 @@
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": ["<rootDir>/example/node_modules", "<rootDir>/lib/"]
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": ["@commitlint/config-conventional"]
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
Expand All @@ -100,9 +109,16 @@
},
"eslintConfig": {
"root": true,
"extends": ["@react-native-community", "prettier"]
"extends": [
"@react-native-community",
"prettier"
]
},
"eslintIgnore": ["node_modules/", "lib/", "docs/"],
"eslintIgnore": [
"node_modules/",
"lib/",
"docs/"
],
"prettier": "@twgdev/prettier-config",
"react-native-builder-bob": {
"source": "src",
Expand Down

0 comments on commit 62d3149

Please sign in to comment.