@techsee/techsee-media-service 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,16 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techsee/techsee-media-service",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Techsee Media Service Client",
|
|
5
5
|
"author": "TechSee - Alex Danilov",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"scripts": {
|
|
8
|
-
"prepublishOnly": "npm run build",
|
|
8
|
+
"prepublishOnly": "npm run build && npm run tag",
|
|
9
9
|
"postpublish": "npm run clean",
|
|
10
10
|
"build": "npm run lint-fix && gulp --gulpfile ./.tools/build.js",
|
|
11
11
|
"clean": "gulp --gulpfile ./.tools/build.js --clean",
|
|
12
12
|
"lint": "./node_modules/.bin/eslint --ext .js --ext .jsx --ext .ts ./src ",
|
|
13
|
-
"lint-fix": "./node_modules/.bin/eslint --ext .js --ext .jsx --ext .ts ./src --fix"
|
|
13
|
+
"lint-fix": "./node_modules/.bin/eslint --ext .js --ext .jsx --ext .ts ./src --fix",
|
|
14
|
+
"tag": "git tag v$npm_package_version -f | git push -f --tags"
|
|
14
15
|
},
|
|
15
16
|
"dependencies": {
|
|
16
17
|
"kurento-utils": "6.6.2",
|