@ealmansi/jagger
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "@ealmansi/jagger", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "WIP", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -13,8 +13,8 @@ # @ealmansi/jagger | ||
```json | ||
```json5 | ||
// package.json | ||
{ | ||
"scripts": { | ||
"prepare": "ts-patch install -s" | ||
} | ||
scripts: { | ||
prepare: "ts-patch install -s", | ||
}, | ||
} | ||
@@ -31,12 +31,12 @@ ``` | ||
```json | ||
```json5 | ||
// tsconfig.json | ||
{ | ||
"compilerOptions": { | ||
"plugins": [ | ||
compilerOptions: { | ||
plugins: [ | ||
{ | ||
"transform": "@ealmansi/jagger/transform" | ||
} | ||
] | ||
} | ||
transform: "@ealmansi/jagger/transform", | ||
}, | ||
], | ||
}, | ||
} | ||
@@ -43,0 +43,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10840