Skip to content

Commit

Permalink
build(changed package json from development to semantic-release):
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmac committed Sep 24, 2017
1 parent 66ec438 commit 0f7bf42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GameCenterExample/index.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
Text,
View
} from 'react-native';

// const { RNGameCenter } = NativeModules;
import RNGameCenter from './RNGameCenter';
let leaderboardIdentifier="high_scores"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-game-center",
"version": "0.0.0-development",
"version": "0.0.0-semantic-release",
"description": "Apple's Game Center integration with React Native",
"main": "RNGameCenter/index.js",
"directories": {
Expand Down

0 comments on commit 0f7bf42

Please sign in to comment.