Skip to content

Commit

Permalink
Version 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
skellock committed May 31, 2016
1 parent d865e33 commit c900f83
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apisauce",
"version": "0.1.3",
"version": "0.1.4",
"description": "A JSON API client for JavaScript. No, no. Not like that. Like this.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -49,8 +49,13 @@
"xyz": "^0.5.0"
},
"babel": {
"presets": ["es2015", "stage-0"],
"plugins": ["transform-runtime"],
"presets": [
"es2015",
"stage-0"
],
"plugins": [
"transform-runtime"
],
"ignore": "test/*",
"env": {
"development": {
Expand Down

0 comments on commit c900f83

Please sign in to comment.