Skip to content

Commit

Permalink
1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dashersw committed Dec 12, 2017
1 parent ef1253f commit a27f6d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "erste",
"version": "1.3.4",
"version": "1.3.5",
"description": "Your first choice for hybrid mobile applications",
"main": "dist/erste.js",
"browser": "dist/erste.js",
Expand Down Expand Up @@ -31,6 +31,8 @@
"gulp-watch": "^4.3.11"
},
"browserify": {
"transform": [ "babelify" ]
"transform": [
"babelify"
]
}
}

0 comments on commit a27f6d0

Please sign in to comment.