Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan818fr committed Oct 17, 2021
1 parent d5b1d0b commit 6c87d59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ javaProps

## Documentation

For detailed API Documentation, see: [https://nathan818fr.github.io/node-java-props/modules.html](https://nathan818fr.github.io/node-java-props/modules.html)
For a detailed API reference, see:
[node-java-props.nathan818.fr](https://node-java-props.nathan818.fr/modules.html)

## Building

Expand Down Expand Up @@ -75,10 +76,9 @@ For the versions available, see the [tags on this repository](https://github.com

## Authors

- [Nathan Poirier](https://github.com/nathan818fr) - Initial version

See also the list of [contributors](https://github.com/nathan818fr/node-java-props/contributors) who participated in this project.
- [Nathan Poirier](https://github.com/nathan818fr) <nathan@poirier.io>

## License

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
This project is licensed under the MIT License.
See the [LICENSE](https://github.com/nathan818fr/node-java-props/blob/master/LICENSE) file for details.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"build": "yarn run clean && yarn run build:ts",
"build:ts": "tsc",
"lint": "tslint -c ./tslint.json -p ./tsconfig.json",
"format": "prettier -w ./src ./test/**.ts *.md *.json *.js *.yml",
"format": "prettier -w ./src \"./test/**.ts\" \"*.md\" \"*.json\" \"*.js\" \"*.yml\"",
"test": "jest --coverage --verbose",
"test:watch": "yarn run test -- --watchAll",
"release": "yarn run lint && yarn run build && np"
Expand Down

0 comments on commit 6c87d59

Please sign in to comment.