Skip to content

Commit

Permalink
💫 Update: Package Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicstop committed May 5, 2023
1 parent 0687b5d commit d5e0d5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-ios-modal",
"version": "2.0.0-2",
"version": "2.0.0-1",
"description": "A react-native component for displaying a modal on iOS by natively wrapping a react-native view inside a UIViewController and presenting it.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -30,6 +30,7 @@
"test": "jest",
"typescript": "tsc --noEmit --project tsconfig.build.json",
"typescript-example": "cd example && tsc --noEmit --project tsconfig.json",
"typescript-all": "yarn run typescript ; yarn run typescript-example",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepare": "bob build",
"release": "release-it",
Expand Down

0 comments on commit d5e0d5a

Please sign in to comment.