Skip to content

Commit

Permalink
fix(Windows): Try to support Windows as a dev platform
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jun 29, 2016
1 parent 38e3471 commit 34c8a14
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
## Visualizer ##
## [Visualizer](http://kitware.github.io/Visualizer/)

[![Build Status](https://travis-ci.org/Kitware/visualizer.svg)](https://travis-ci.org/Kitware/visualizer)
[![Dependency Status](https://david-dm.org/kitware/pvw-visualizer.svg)](https://david-dm.org/kitware/pvw-visualizer)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
![npm-download](https://img.shields.io/npm/dm/visualizer.svg)
![npm-version-requirement](https://img.shields.io/badge/npm->=3.0.0-brightgreen.svg)
![node-version-requirement](https://img.shields.io/badge/node->=4.0.0-brightgreen.svg)

### Goal ###

Expand Down
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,14 @@
"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",
"paraviewweb": "1.8.2",
"react": "15.1.0",
"react-dom": "15.1.0",

"kw-web-suite": "2.0.1",
"kw-doc": "1.0.7"
"kw-doc": "1.0.12"
},
"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",
Expand Down

0 comments on commit 34c8a14

Please sign in to comment.