@tmsfe/tmskit 0.0.15-beta.3 → 0.0.15-beta.4
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/dist/index.cjs.js +2 -2
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -3280,7 +3280,7 @@ var entry = [{
|
|
|
3280
3280
|
|
|
3281
3281
|
var require$$7 = {
|
|
3282
3282
|
name: "@tmsfe/tmskit",
|
|
3283
|
-
version: "0.0.15-beta.
|
|
3283
|
+
version: "0.0.15-beta.4",
|
|
3284
3284
|
description: "tmskit",
|
|
3285
3285
|
main: "dist/index.cjs",
|
|
3286
3286
|
bin: {
|
|
@@ -3298,7 +3298,7 @@ var require$$7 = {
|
|
|
3298
3298
|
"pub:patch": "sh build/publish.sh patch",
|
|
3299
3299
|
"pub:minor": "sh build/publish.sh minor",
|
|
3300
3300
|
"pub:major": "sh build/publish.sh major",
|
|
3301
|
-
postinstall: "cd node_modules/gulp-watch && npm install chokidar@3.5.3"
|
|
3301
|
+
postinstall: "cd ./node_modules/gulp-watch && npm install chokidar@3.5.3"
|
|
3302
3302
|
},
|
|
3303
3303
|
author: "tms·web",
|
|
3304
3304
|
license: "ISC",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tmsfe/tmskit",
|
|
3
|
-
"version": "0.0.15-beta.
|
|
3
|
+
"version": "0.0.15-beta.4",
|
|
4
4
|
"description": "tmskit",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"bin": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"pub:patch": "sh build/publish.sh patch",
|
|
19
19
|
"pub:minor": "sh build/publish.sh minor",
|
|
20
20
|
"pub:major": "sh build/publish.sh major",
|
|
21
|
-
"postinstall": "cd node_modules/gulp-watch && npm install chokidar@3.5.3"
|
|
21
|
+
"postinstall": "cd ./node_modules/gulp-watch && npm install chokidar@3.5.3"
|
|
22
22
|
},
|
|
23
23
|
"author": "tms·web",
|
|
24
24
|
"license": "ISC",
|