We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56113e7 commit ff69b5cCopy full SHA for ff69b5c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-mosaic-component",
3
- "version": "0.3.1",
+ "version": "0.3.3",
4
"description": "A React Tiling Window Manager",
5
"license": "Apache-2.0",
6
"main": "lib/index.js",
@@ -14,7 +14,6 @@
14
"clean": "rm -rf lib/",
15
"start": "webpack-dev-server --config webpack.config.hot.js --inline --hot --content-base docs/ --host 0.0.0.0 --port 8092",
16
"build": "npm-run-all clean lib.compile.ts lib.compile.less lib.remove.type.references",
17
- "prepare": "yarn run build",
18
"docs": "rm -rf docs/ && webpack",
19
"test": "tslint --project tsconfig.json && mocha --opts test/mocha.opts 'test/*.ts'",
20
"lib.compile.ts": "tsc -p tsconfig-build.json",
0 commit comments