You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Tencent is pleased to support the open source community by making Tencent Server Web available.
3
4
* Copyright (C) 2018 THL A29 Limited, a Tencent company. All rights reserved.
4
5
* Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Copy file name to clipboardExpand all lines: package.json
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@tswjs/tsw",
3
-
"version": "1.2.0",
3
+
"version": "1.2.1",
4
4
"description": "A Node.js infrastructure which is designed for improving the efficiency of locating problems, providing multiple functions for front-end developers",
5
5
"scripts": {
6
6
"lint": "eslint examples bin test --fix",
@@ -10,6 +10,9 @@
10
10
"coverage": "nyc --reporter=lcov --reporter=text npm test && codecov",
0 commit comments