We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d8689 commit 993501bCopy full SHA for 993501b
1 file changed
README.md
@@ -1,6 +1,6 @@
1
error-stack-parser.js - Extract meaning from JS Errors
2
===============
3
-[](https://travis-ci.org/stacktracejs/error-stack-parser) [](https://coveralls.io/r/stacktracejs/error-stack-parser) [](https://codeclimate.com/github/stacktracejs/error-stack-parser)
+[](https://travis-ci.org/stacktracejs/error-stack-parser) [](https://coveralls.io/r/stacktracejs/error-stack-parser) [](http://unlicense.org)
4
5
Simple, cross-browser [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) parser.
6
This library parses and extracts function names, URLs, line numbers, and column numbers from the given Error's `stack` as
@@ -35,5 +35,3 @@ https://raw.githubusercontent.com/stacktracejs/error-stack-parser/master/dist/er
35
## Contributing
36
Want to be listed as a *Contributor*? Start with the [Contributing Guide](CONTRIBUTING.md)!
37
38
-## License
39
-This project is licensed to the [Public Domain](http://unlicense.org)
0 commit comments