Skip to content

Commit

Permalink
fix(travis): test
Browse files Browse the repository at this point in the history
  • Loading branch information
jethrokuan committed Jun 27, 2017
1 parent 5498c2a commit 2877cc9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
**.tern-port
npm-debug.log
dist/
distribution/
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ node_js:
before_script:
- npm prune
after_success:
- npm build
- npm run semantic-release
branches:
except:
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,21 @@
"name": "sharedb-ace",
"version": "1.0.1",
"description": "ShareDB keybindings for Ace Editor",
"main": "./dist/sharedb-ace.min.js",
"main": "./distribution/sharedb-ace.js",
"repository": "https://github.com/jethrokuan/sharedb-ace",
"author": "Jethro Kuan",
"files": [
"dist"
],
"license": "MIT",
"scripts": {
"build": "webpack",
"build": "babel source --presets babel-preset-latest --out-dir distribution",
"build:dist": "webpack",
"watch": "yarn run build",
"test": "echo 'doing nothing'",
"lint": "eslint source",
"docs": "jsdoc source/*.js -d ./docs/",
"prepublish": "npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"precommit": {
Expand Down

0 comments on commit 2877cc9

Please sign in to comment.