Skip to content

Commit

Permalink
Release v1.1.7 (#11)
Browse files Browse the repository at this point in the history
* Remove postinstall scripts

* 1.1.7
  • Loading branch information
cchandurkar authored Feb 21, 2021
1 parent 13ecc68 commit 4361aea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 229 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ All contributions, enhancements, and bug-fixes are welcome. Open an issue or cre
2. Install Dependancies <br />
```npm install```

3. Setup development environment <br />
```npm run setup-dev-env```

3. Run the test <br />
```npm test```

Expand Down
226 changes: 2 additions & 224 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"name": "json-schema-to-case-class",
"version": "1.1.6",
"version": "1.1.7",
"description": "A library that converts JSON Schema to Scala Case Classes",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"setup-dev-env": "husky install",
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.test.ts'",
"type-check": "tsc --noEmit",
"lint": "eslint ./src ./tests --ext .ts",
Expand Down Expand Up @@ -62,7 +60,6 @@
"https-browserify": "^1.0.0",
"husky": "^5.0.9",
"mocha": "^8.3.0",
"pinst": "^2.1.4",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"terser-webpack-plugin": "^5.1.1",
Expand Down

0 comments on commit 4361aea

Please sign in to comment.