Skip to content

Commit ff69b5c

Browse files
author
Kevin Verdieck
committed
Release v0.3.3
1 parent 56113e7 commit ff69b5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-mosaic-component",
3-
"version": "0.3.1",
3+
"version": "0.3.3",
44
"description": "A React Tiling Window Manager",
55
"license": "Apache-2.0",
66
"main": "lib/index.js",
@@ -14,7 +14,6 @@
1414
"clean": "rm -rf lib/",
1515
"start": "webpack-dev-server --config webpack.config.hot.js --inline --hot --content-base docs/ --host 0.0.0.0 --port 8092",
1616
"build": "npm-run-all clean lib.compile.ts lib.compile.less lib.remove.type.references",
17-
"prepare": "yarn run build",
1817
"docs": "rm -rf docs/ && webpack",
1918
"test": "tslint --project tsconfig.json && mocha --opts test/mocha.opts 'test/*.ts'",
2019
"lib.compile.ts": "tsc -p tsconfig-build.json",

0 commit comments

Comments
 (0)