Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
bartonhammond committed Dec 12, 2015
1 parent 4ae68de commit bae5dfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "snowflake",
"version": "0.0.4",
"version": "0.0.5",
"private": true,
"jest": {
"scriptPreprocessor": "jestSupport/scriptProcessor.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"docs": "./node_modules/docker/docker -w -i src/ -o ../snowflake-pages "
},
"dependencies": {
"apsl-react-native-button": "[email protected]:bartonhammond/react-native-button.git",
"apsl-react-native-button": "git+https://git@github.com/bartonhammond/react-native-button.git",
"immutable": "^3.7.5",
"key-mirror": "^1.0.1",
"react-native": "^0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion src/snowflake.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import profileInitialState from './reducers/profile/profileInitialState';
/**
* The version of the app but not displayed yet
*/
var VERSION='0.0.4';
var VERSION='0.0.5';

/**
*
Expand Down

0 comments on commit bae5dfa

Please sign in to comment.