diff --git a/.github/PULL_REQUEST_TEMPLATE/release.md b/.github/PULL_REQUEST_TEMPLATE/release.md index e297751786..d2183990c8 100644 --- a/.github/PULL_REQUEST_TEMPLATE/release.md +++ b/.github/PULL_REQUEST_TEMPLATE/release.md @@ -19,7 +19,7 @@ Note: If merges to `master` occur after submitting this PR and before running `$ In most cases, this should be someone different than the publisher. -- [ ] Version in `package.json` has been updated (see [RELEASE.md](https://github.com/markedjs/marked/blob/master/RELEASE.md)). +- [ ] Version in `package.json` has been updated (see [RELEASE.md](https://github.com/markedjs/marked/blob/master/docs/RELEASE.md)). - [ ] The `marked.min.js` has been updated; or, - [ ] release does not change library. - [ ] cm_autolinks is the only failing test (remove once CI is in place and all tests pass). diff --git a/.npmignore b/.npmignore index 3fb773c034..029b92609d 100644 --- a/.npmignore +++ b/.npmignore @@ -1,2 +1,3 @@ .git* test/ +docs \ No newline at end of file diff --git a/README.md b/README.md index 96ee203bad..57f720749c 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,19 @@ -
* Still working on metrics for comparative analysis and definition.
-** As few dependencies as possible.
-*** Strict compliance could result in slower processing when running comparative benchmarking.