Skip to content

Commit 2abab21

Browse files
author
Elias Mulhall
committed
Run prettier on package.json
1 parent b1ce97d commit 2abab21

File tree

1 file changed

+6
-17
lines changed

1 file changed

+6
-17
lines changed

package.json

Lines changed: 6 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22
"name": "@mojotech/json-type-validation",
33
"version": "1.0.1",
44
"description": "runtime type checking and validation of untyped JSON data",
5-
"keywords": [
6-
"TypeScript",
7-
"JSON"
8-
],
5+
"keywords": ["TypeScript", "JSON"],
96
"main": "dist/json-type-validation.umd.js",
107
"module": "dist/json-type-validation.es5.js",
118
"typings": "dist/types/json-type-validation.d.ts",
12-
"files": [
13-
"dist"
14-
],
9+
"files": ["dist"],
1510
"author": "Elias Mulhall <elias@mojotech.com>",
1611
"repository": {
1712
"type": "git",
@@ -28,7 +23,8 @@
2823
"scripts": {
2924
"lint": "tslint -t codeFrame --project tsconfig-test.json",
3025
"prebuild": "rimraf dist",
31-
"build": "tsc --module commonjs --outDir dist/lib && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme markdown --readme DOCS.md --mdHideSources --mode modules --excludeNotExported src",
26+
"build":
27+
"tsc --module commonjs --outDir dist/lib && rollup -c rollup.config.ts && typedoc --out docs --target es6 --theme markdown --readme DOCS.md --mdHideSources --mode modules --excludeNotExported src",
3228
"start": "rollup -c rollup.config.ts -w",
3329
"test": "jest",
3430
"test:watch": "jest --watch",
@@ -44,15 +40,8 @@
4440
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
4541
},
4642
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
47-
"moduleFileExtensions": [
48-
"ts",
49-
"tsx",
50-
"js"
51-
],
52-
"coveragePathIgnorePatterns": [
53-
"/node_modules/",
54-
"/test/"
55-
],
43+
"moduleFileExtensions": ["ts", "tsx", "js"],
44+
"coveragePathIgnorePatterns": ["/node_modules/", "/test/"],
5645
"coverageThreshold": {
5746
"global": {
5847
"branches": 90,

0 commit comments

Comments
 (0)