Skip to content

Commit

Permalink
fix(Version): Version update kw-web-suite + react
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed May 16, 2016
1 parent f3ebcb7 commit 91ef6d5
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 62 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@ module.exports = {
'react/sort-comp': 0,
'spaced-comment': 1,
'one-var': 0,
},
settings: {
'import/resolver': 'webpack',
}
};
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ sudo: false
notifications:
email:
recipients:
- [email protected]
- [email protected]
on_success: change
on_failure: always
Expand All @@ -22,6 +21,10 @@ addons:
- g++-4.8
script:
- npm run build:release
- git config --global user.name "Travis CI"
- git config --global user.email "[email protected]"
- export GIT_PUBLISH_URL=https://${GH_TOKEN}@github.com/Kitware/vtk-js.git
- if [ "$TRAVIS_BRANCH" == "master" ]; then npm run doc:publish; fi
after_success:
- npm run semantic-release
branches:
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,15 @@ which should be added to your commit.

## Documentation

** COMING SOON **

See the [documentation](https://kitware.github.io/visualizer) for a
getting started guide, advanced documentation, and API descriptions.

#### Licensing

**visualizer** aka ParaViewWeb:Visualizer is licensed under [BSD Clause 3](LICENSE).
**Visualizer** aka ParaViewWeb:Visualizer is licensed under [BSD Clause 3](LICENSE).

#### Getting Involved

Fork our repository and do great things. At [Kitware](http://www.kitware.com),
we've been contributing to open-source software for 15 years and counting, and
want to make **visualizer** useful to as many people as possible.
want to make **Visualizer** useful to as many people as possible.
91 changes: 46 additions & 45 deletions dist/Visualizer.js

Large diffs are not rendered by default.

25 changes: 13 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,27 @@
"axios": "0.9.0",
"font-awesome": "4.5.0",
"gl-matrix": "2.3.1",
"hammerjs": "2.0.6",
"hammerjs": "2.0.8",

"monologue.js": "0.3.4",
"mout": "0.11.1",
"normalize.css": "3.0.3",
"paraviewweb": "1.2.27",
"react": "0.14.7",
"react-dom": "0.14.7",
"monologue.js": "0.3.5",
"mout": "1.0.0",
"normalize.css": "4.1.1",
"paraviewweb": "1.5.4",
"react": "15.0.2",
"react-dom": "15.0.2",

"kw-web-suite": "1.1.0",
"react-redux": "4.4.0",
"redux": "3.3.1"
"kw-web-suite": "2.0.1",
"kw-doc": "1.0.7"
},
"scripts": {
"postinstall": "fix-kw-web-suite || true",

"build": "fix-autobahn && webpack",
"build:debug": "fix-autobahn && webpack --display-modules",
"build:release": "export NODE_ENV=production && fix-autobahn && webpack -p",

"doc" : "kw-doc -c ./documentation/config.js",
"doc:www" : "kw-doc -c ./documentation/config.js -s",
"doc:publish" : "kw-doc -c ./documentation/config.js -p",

"commit": "git cz",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
Expand Down

0 comments on commit 91ef6d5

Please sign in to comment.