Skip to content

Commit dd2b491

Browse files
committed
Update version to 3.3.0
1 parent e056eb1 commit dd2b491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tabris-decorators",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"main": "dist/index.js",
55
"typings": "dist/index.d.ts",
66
"repository": {
@@ -15,7 +15,7 @@
1515
"test": "npm run lint && ts-mocha -p ./tsconfig-test.json ./test/*.spec.ts ./test/*.spec.tsx",
1616
"test:file": "ts-mocha -p ./tsconfig-test.json",
1717
"lint": "tslint --project ./tsconfig-test.json src/*/*.ts test/**/*.ts test/**/*.tsx",
18-
"safePublish": "npm test && npm run clean && npm run build && npm publish",
18+
"safePublish": "npm test && npm run build && npm publish",
1919
"start": "run-script-os",
2020
"start:nix": "./launch.sh",
2121
"start:windows": ".\\launch.cmd"

0 commit comments

Comments
 (0)