Skip to content

Commit

Permalink
fix(typescript): Add type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
William Candillon authored Oct 31, 2016
1 parent 39847b6 commit af11328
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,11 +1,12 @@
{
"name": "react-native-mobx",
"version": "0.3.1",
"version": "0.3.2",
"description": "Make your react native app reactive with MobX",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"typings": "node_modules/react-native-router-flux/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/aksonov/react-native-mobx.git"
Expand Down

0 comments on commit af11328

Please sign in to comment.