diff --git a/.eslintrc b/.eslintrc index a6152b0..5a68bab 100644 --- a/.eslintrc +++ b/.eslintrc @@ -4,12 +4,10 @@ "es6": true, "jasmine": true, "node": true, - "browser": false + "browser": true }, "globals": { "spyOn": true, - "window": true, - "document": true, "app": true, "helpers": true }, diff --git a/README.MD b/README.MD index ee412d9..3dd79f3 100644 --- a/README.MD +++ b/README.MD @@ -87,15 +87,8 @@ To ensure the source scripts, styles and images load within your site a base tag Because of this, you need to ensure all the links within your conent are absolute. -## Notes on Pull Requests & Patches - -* Fork the project -* Make your feature addition or bug fix -* Send me a pull request - -## Bugs - -Please raise bugs via the [node-iframe-replacement issue tracker](https://github.com/john-doherty/node-iframe-replacement/issues) and, if possible, provide enough information to allow the issue to be reproduced. +## Contributing +Everyone is very welcome to contribute to this project. You can contribute just by submitting bugs or suggesting improvements by [opening an issue on GitHub](https://github.com/john-doherty/node-iframe-replacement/issues). ## History @@ -103,4 +96,4 @@ This project is a rethought, rebranded, relaunched version of my badly named [ex ## License -[ISC License](LICENSE) © 2016 [John Doherty](https://twitter.com/CambridgeMVP) \ No newline at end of file +Licensed under [ISC License](LICENSE) © [John Doherty](https://twitter.com/CambridgeMVP) \ No newline at end of file diff --git a/package.json b/package.json index 3910931..794f004 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-iframe-replacement", - "version": "0.0.6", + "version": "0.0.7", "description": "NodeJS + Express replacement for the HTML iframe", "main": "index.js", "scripts": {