Skip to content

Commit

Permalink
chore: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Rode committed Aug 3, 2020
1 parent d698fb3 commit 8bc886d
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-game-auth",
"version": "0.1.0",
"version": "0.1.1",
"description": "Getting auth for serverside",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -119,7 +119,10 @@
]
}
},
"eslintIgnore": ["node_modules/", "lib/"],
"eslintIgnore": [
"node_modules/",
"lib/"
],
"prettier": {
"quoteProps": "consistent",
"singleQuote": true,
Expand All @@ -130,6 +133,10 @@
"@react-native-community/bob": {
"source": "src",
"output": "lib",
"targets": ["commonjs", "module", "typescript"]
"targets": [
"commonjs",
"module",
"typescript"
]
}
}

0 comments on commit 8bc886d

Please sign in to comment.