|
1 | 1 | { |
2 | 2 | "name": "react-images", |
3 | | - "version": "1.2.0-beta.5", |
| 3 | + "version": "1.2.0-beta.6", |
4 | 4 | "description": "A mobile-friendly, highly customizable, carousel component for displaying media in ReactJS", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "jsnext:main": "dist/react-images.es.js", |
|
85 | 85 | "build": "nps build", |
86 | 86 | "watch": "nps build.watch", |
87 | 87 | "delete": "rm -rf node_modules", |
88 | | - "lint": "eslint .", |
| 88 | + "lint": "cross-env eslint .", |
89 | 89 | "deploy": "cross-env NODE_ENV=production nps publish", |
90 | | - "start": "webpack-dev-server --progress", |
91 | | - "precommit": "flow check && lint-staged", |
| 90 | + "start": "cross-env webpack-dev-server --progress", |
| 91 | + "precommit": "cross-env flow check && lint-staged", |
92 | 92 | "prepublishOnly": "yarn lint && yarn format && nps build", |
93 | | - "format": "prettier --write \"**/*.{js,ts,jsx,tsx,json,yml,md}\"", |
94 | | - "format:check": "prettier --check \"**/*.{js,ts,jsx,tsx,json,yml,md}\"" |
| 93 | + "format": "cross-env prettier --write \"**/*.{js,ts,jsx,tsx,json,yml,md}\"", |
| 94 | + "format:check": "cross-env prettier --check \"**/*.{js,ts,jsx,tsx,json,yml,md}\"" |
95 | 95 | }, |
96 | 96 | "files": [ |
97 | 97 | "dist", |
|
0 commit comments