Skip to content

Commit c7c6779

Browse files
authored
Version v1.4.1 (prescottprue#159)
* Adds `transform-object-assign` to babel plugins to fix issue with IE - prescottprue#158 * Removes npm publish from `.travis.yml` (handled manually so that flags can be used) - prescottprue#155 * Removes duplicate API docs from `book` folder (introduced in prescottprue#156)
1 parent b99dd67 commit c7c6779

File tree

5 files changed

+10
-394
lines changed

5 files changed

+10
-394
lines changed

.babelrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"add-module-exports",
66
"lodash",
77
"transform-object-rest-spread",
8+
"transform-object-assign",
89
"transform-class-properties",
910
"transform-decorators-legacy"
1011
]

.travis.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ after_success:
2727
- codeclimate-test-reporter < coverage/lcov.info
2828
- npm run codecov
2929

30-
deploy:
31-
skip_cleanup: true
32-
provider: npm
33-
email: $NPM_EMAIL
34-
api_key: $NPM_TOKEN
35-
on:
36-
branch: master
37-
3830
notifications:
3931
email:
4032
# Only send notifications when travis status changes

0 commit comments

Comments
 (0)