Skip to content

Commit

Permalink
v13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Freddy03h committed Apr 6, 2024
1 parent 5cbd7f8 commit 5fc64da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@rescript-react-native/svg",
"description": "ReScript bindings for react-native-svg.",
"version": "12.1.9",
"version": "13.0.0",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react-native-svg": ">=12.1.0",
"@rescript/react": ">=0.11.0",
"react-native-svg": ">=12.1.0",
"rescript-react-native": ">=0.71.0"
},
"repository": "https://github.com/rescript-react-native/svg.git",
Expand Down Expand Up @@ -37,12 +37,12 @@
"release": "npmpub"
},
"devDependencies": {
"rescript": "^10.1.4",
"@rescript/react": "^0.11.0",
"husky": "^4.0.0",
"lint-staged": "^10.0.0",
"npmpub": "^5.0.0",
"prettier": "^2.0.0",
"@rescript/react": "^0.11.0",
"rescript": "^10.1.4",
"rescript-react-native": ">=0.71.0"
},
"prettier": {
Expand All @@ -57,4 +57,4 @@
"pre-commit": "lint-staged"
}
}
}
}

0 comments on commit 5fc64da

Please sign in to comment.