Skip to content

Commit

Permalink
switched to releaser for release management.
Browse files Browse the repository at this point in the history
  • Loading branch information
muratgozel committed Sep 30, 2021
1 parent 2e19d8b commit 0d066fb
Show file tree
Hide file tree
Showing 7 changed files with 193 additions and 282 deletions.
3 changes: 0 additions & 3 deletions .browserslistrc

This file was deleted.

9 changes: 0 additions & 9 deletions .eslintrc.js

This file was deleted.

12 changes: 12 additions & 0 deletions .releaser.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"npm": {
"enable": true,
"updatePkgJson": true,
"publish": true,
"publishCmdSuffix": "--access public"
},
"github": {
"enable": true,
"release": true
}
}
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,14 @@ parser.share('html')
See `spec` folder for tests. I'll expand the test suite as I update the library. You can run tests by `npm run test`

## Notes
The reporting feature of csp hasn't been implemented. I didn't get fully understand but I think there is no accepted standart for it for now.
The reporting feature of csp hasn't been implemented. I haven't get fully understand but I think there is no accepted standart to it for now.

---

Thanks for watching 🐬

[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/F1F1RFO7)

---

Version management of this repository done by [releaser](https://github.com/muratgozel/node-releaser) 🚀
102 changes: 0 additions & 102 deletions dev/commit.js

This file was deleted.

Loading

0 comments on commit 0d066fb

Please sign in to comment.