Skip to content

Commit

Permalink
6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Dec 20, 2018
1 parent c6a8411 commit d7d98e5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
node_js:
- '10'
- "10"
install:
- npm install
- npm install
script:
- npm run build
- npm run lint
- npm run coverage
- npm run build:example
- npm run build
- npm run lint
- npm run coverage
- npm run build:example
after_success:
- cat ./coverage/*.info | ./node_modules/coveralls/bin/coveralls.js
cache:
Expand All @@ -25,7 +25,7 @@ deploy:
- provider: npm
email: james.hrisho@gmail.com
api_key:
secure: J5+W0ILDSk70KElNF7jzAOSQc72G+U/gbYml+ULepm4xMxUHwB1b5R0P0UTVDQ5x1H+tfrXruTSTF81ood4DYmQRicrvjAOxdgDDaLQ118sw6dIA67IpIbjUgu5KJeFvM48jU3HcxH73myZv/EaKSVHAFP5ZQhLOi818zCTyeh0=
secure: "f170j98sbs+Z+tHFcBhFkqTbhmmYXZ0u1jHa6GV45docgby16vo1aH5bgvoo2cZDqLX5n0ggdisE6v5JNrd2BWWx+qzKiFNZsA2L7dkGhFisqprLXDv0sBQmkxroFFzA2D93Ish4nNcNN5QOJjs7QUTJdSeNcNuDv1XEl8tb9P4="
skip_cleanup: true
on:
tags: true
Expand All @@ -36,4 +36,4 @@ deploy:
on:
branch: master
repo: securingsincity/react-ace
local_dir: example
local_dir: example
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
- Fully move to TypeScript interally
- Publish typings for the split and diff editor

## 6.3.0

- Fix npm deployments
- Support ace.require to fallback to the CDN version of Ace.

## 6.2.2

- Upgrade dev dependencies (webpack,jsdom,react)
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.2.2",
"version": "7.0.0",
"description": "A react component for Ace Editor",
"main": "lib/index.js",
"types": "types.d.ts",
Expand Down

0 comments on commit d7d98e5

Please sign in to comment.