Skip to content

Commit

Permalink
Merge pull request #22 from Jyrno42/travis_publish_es
Browse files Browse the repository at this point in the history
Ensure es is actually included when doing releases from travis part 2
  • Loading branch information
Jyrno42 authored Aug 30, 2017
2 parents c4f2dfa + b0b4856 commit 95cccb6
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,12 +1,13 @@
{
"name": "tg-resources",
"version": "2.0.0-alpha.4",
"version": "2.0.0-alpha.5",
"description": "Abstractions on-top of `superagent` (or other Ajax libaries) for communication with REST.",
"main": "./dist/index.js",
"jsnext:main": "./es/index.js",
"module": "./es/index.js",
"react-native": "./es/index.js",
"files": [
"es/",
"dist/",
"src/",
"lib.js",
Expand Down

0 comments on commit 95cccb6

Please sign in to comment.