Skip to content

Commit 2157d80

Browse files
committed
docs(README): Update supported env
1 parent b6bf54a commit 2157d80

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,11 @@ In general VTK tries to be as portable as possible; the specific configurations
5454

5555
vtk.js supports the following development environments:
5656

57-
- Node 5+
58-
- NPM 3+
57+
- Node 8+
58+
- NPM 5+
5959

60-
and the following browsers:
61-
62-
- Firefox 45+
63-
- Chrome 50+
64-
- Safari 9.1+
60+
and we use [babel-preset-env](https://github.com/babel/babel/tree/master/packages/babel-preset-env) with the last 2 versions to browsers target.
61+
But when built from source this could be adjusted to support any browser as long they provide WebGL.
6562

6663
Documentation
6764
=============

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"scripts": {
4343
"size": "size-limit --why --config ./webpack.config.js",
44-
"validate": "prettier --config ./prettier.config.js --list-different \"Sources/**/*.js\"",
45-
"reformat": "prettier --config ./prettier.config.js --write \"Sources/**/*.js\"",
44+
"validate": "prettier --config ./prettier.config.js --list-different \"Sources/**/*.js\" \"Examples/**/*.js\"",
45+
"reformat": "prettier --config ./prettier.config.js --write \"Sources/**/*.js\" \"Examples/**/*.js\"",
4646
"reformat-only": "prettier --single-quote --trailing-comma es5 --print-width 80 --arrow-parens always --write",
4747
"doc": "kw-doc -c ./Documentation/config.js",
4848
"doc:www": "npm t -- --single-run && kw-doc -c ./Documentation/config.js -s",

0 commit comments

Comments
 (0)