We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e056eb1 commit dd2b491Copy full SHA for dd2b491
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tabris-decorators",
3
- "version": "3.2.1",
+ "version": "3.3.0",
4
"main": "dist/index.js",
5
"typings": "dist/index.d.ts",
6
"repository": {
@@ -15,7 +15,7 @@
15
"test": "npm run lint && ts-mocha -p ./tsconfig-test.json ./test/*.spec.ts ./test/*.spec.tsx",
16
"test:file": "ts-mocha -p ./tsconfig-test.json",
17
"lint": "tslint --project ./tsconfig-test.json src/*/*.ts test/**/*.ts test/**/*.tsx",
18
- "safePublish": "npm test && npm run clean && npm run build && npm publish",
+ "safePublish": "npm test && npm run build && npm publish",
19
"start": "run-script-os",
20
"start:nix": "./launch.sh",
21
"start:windows": ".\\launch.cmd"
0 commit comments