Skip to content

Commit 389a811

Browse files
author
John Doherty
committed
updated readme
1 parent f9dff9d commit 389a811

File tree

3 files changed

+5
-14
lines changed

3 files changed

+5
-14
lines changed

.eslintrc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@
44
"es6": true,
55
"jasmine": true,
66
"node": true,
7-
"browser": false
7+
"browser": true
88
},
99
"globals": {
1010
"spyOn": true,
11-
"window": true,
12-
"document": true,
1311
"app": true,
1412
"helpers": true
1513
},

README.MD

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,13 @@ To ensure the source scripts, styles and images load within your site a base tag
8787

8888
Because of this, you need to ensure all the links within your conent are absolute.
8989

90-
## Notes on Pull Requests & Patches
91-
92-
* Fork the project
93-
* Make your feature addition or bug fix
94-
* Send me a pull request
95-
96-
## Bugs
97-
98-
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.
90+
## Contributing
91+
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).
9992

10093
## History
10194

10295
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.
10396

10497
## License
10598

106-
[ISC License](LICENSE) © 2016 [John Doherty](https://twitter.com/CambridgeMVP)
99+
Licensed under [ISC License](LICENSE) © [John Doherty](https://twitter.com/CambridgeMVP)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-iframe-replacement",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "NodeJS + Express replacement for the HTML iframe",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)