Skip to content

Commit

Permalink
6.3.1*
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Dec 20, 2018
1 parent 4cefea9 commit 0278a20
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deploy:
- provider: npm
email: james.hrisho@gmail.com
api_key:
secure: "f170j98sbs+Z+tHFcBhFkqTbhmmYXZ0u1jHa6GV45docgby16vo1aH5bgvoo2cZDqLX5n0ggdisE6v5JNrd2BWWx+qzKiFNZsA2L7dkGhFisqprLXDv0sBQmkxroFFzA2D93Ish4nNcNN5QOJjs7QUTJdSeNcNuDv1XEl8tb9P4="
secure: "imtQDr4elRc6jwmWV7SIzuuFE5BOvrLydEuUZskeHRTQwbvVLZyEU1TRa/74UtNOnrXizf0Od2nCkDaTM7As+GA9r6T5dNoZfzENKXEwwkEk+TNLQp8l75z5jnDFBUq8gFi4Ad25Ys3TNovfvdCa3387h7m4IEKVoSrvaYaZfAA="
skip_cleanup: true
on:
tags: true
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- Fully move to TypeScript interally
- Publish typings for the split and diff editor

## 6.3.0
## 6.3.1

- Fix npm deployments
- Support ace.require to fallback to the CDN version of Ace.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-ace",
"version": "6.3.0",
"version": "6.3.1",
"description": "A react component for Ace Editor",
"main": "lib/index.js",
"types": "types.d.ts",
Expand Down

0 comments on commit 0278a20

Please sign in to comment.