Skip to content

Commit

Permalink
chore: some package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SConaway committed Jul 24, 2020
1 parent b9dc443 commit 4b2f9bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-credit-card-display",
"version": "0.1.0",
"version": "0.0.0",
"description": "Credit Card Component for React Native -- Display Only",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand All @@ -24,7 +24,6 @@
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepare": "bob build",
"release": "release-it",
"example": "yarn --cwd example",
"pods": "cd example && pod-install --quiet",
"stylecleanup": "stylecleanup fix \"{src,example}/**/*.{js,ts,tsx}\"",
Expand Down

0 comments on commit 4b2f9bc

Please sign in to comment.