Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
John Doherty committed Jan 5, 2017
1 parent f9dff9d commit 389a811
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 14 deletions.
4 changes: 1 addition & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
},
Expand Down
13 changes: 3 additions & 10 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,13 @@ 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

This project is a rethought, rebranded, relaunched version of my badly named [express-render-template](https://www.npmjs.com/package/express-render-template) module released in Arpil 2016.

## License

[ISC License](LICENSE) © 2016 [John Doherty](https://twitter.com/CambridgeMVP)
Licensed under [ISC License](LICENSE) © [John Doherty](https://twitter.com/CambridgeMVP)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 389a811

Please sign in to comment.