Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
[1.3.4] New release with ABI version support
Browse files Browse the repository at this point in the history
  • Loading branch information
ide committed Mar 14, 2016
1 parent f74c3b1 commit 1584e24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xde",
"version": "1.3.3",
"version": "1.3.4",
"description": "The Exponent Development Environment",
"main": "build/main.js",
"scripts": {
Expand Down
7 changes: 3 additions & 4 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
"private": true,
"main": "main.js",
"exp": {
"abiVersion": "5.0.0"
"abiVersion": "4.0.0"
},
"dependencies": {
"react-native": "github:exponentjs/react-native#2016-02-09",
"react": "^0.14.7"
"react-native": "github:exponentjs/react-native#2016-01-02"
}
}
}

0 comments on commit 1584e24

Please sign in to comment.