Skip to content

Commit 6c87d59

Browse files
committed
Update README
1 parent d5b1d0b commit 6c87d59

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ javaProps
4242

4343
## Documentation
4444

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

4748
## Building
4849

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

7677
## Authors
7778

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

8281
## License
8382

84-
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.
83+
This project is licensed under the MIT License.
84+
See the [LICENSE](https://github.com/nathan818fr/node-java-props/blob/master/LICENSE) file for details.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"build": "yarn run clean && yarn run build:ts",
2626
"build:ts": "tsc",
2727
"lint": "tslint -c ./tslint.json -p ./tsconfig.json",
28-
"format": "prettier -w ./src ./test/**.ts *.md *.json *.js *.yml",
28+
"format": "prettier -w ./src \"./test/**.ts\" \"*.md\" \"*.json\" \"*.js\" \"*.yml\"",
2929
"test": "jest --coverage --verbose",
3030
"test:watch": "yarn run test -- --watchAll",
3131
"release": "yarn run lint && yarn run build && np"

0 commit comments

Comments
 (0)