Skip to content

Commit 3faa32e

Browse files
Merge branch 'main' into main-1
2 parents 7d6db1d + 9349f20 commit 3faa32e

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21-
SOFTWARE.

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"name": "@extrawest/node-ts-ocpp",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "OCPP 2.0.1: Open Charge Point Protocol",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",
7+
"homepage": "https://github.com/extrawest/ocpp-node-ts/",
78
"scripts": {
89
"compileSchema": "npx ts-node scripts/compile.ts",
910
"prepublish": "npm run build",
1011
"build": "tsc",
1112
"test": "jest",
1213
"lint": "eslint src --ext .ts,.tsx",
13-
"lint:fix": "eslint src --ext .ts,.tsx --fix",
14+
"lint:fix": "eslint src --ext .ts,.tsx --fix",
1415
"create-badges": "istanbul-badges-readme"
1516
},
1617
"keywords": [
@@ -25,7 +26,7 @@
2526
"license": "MIT",
2627
"repository": {
2728
"type": "git",
28-
"url": ""
29+
"url": "https://github.com/extrawest/ocpp-node-ts/"
2930
},
3031
"dependencies": {
3132
"ajv": "^8.12.0",
@@ -67,11 +68,14 @@
6768
"transform": {
6869
"^.+\\.(t|j)s$": "ts-jest"
6970
},
70-
"coverageReporters": ["json-summary", "lcov"],
71+
"coverageReporters": [
72+
"json-summary",
73+
"lcov"
74+
],
7175
"collectCoverageFrom": [
7276
"**/*.(t|j)s"
7377
],
7478
"coverageDirectory": "../coverage",
7579
"testEnvironment": "node"
7680
}
77-
}
81+
}

0 commit comments

Comments
 (0)