Skip to content

Commit e7f3936

Browse files
committed
Move images into repo so we don't have to worry about them breaking in the future (Fixes #259)
1 parent 09ce01a commit e7f3936

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
.appveyor.yml
12
.eslintrc
23
.eslintcache
4+
.github
5+
.husky
36
.nyc_output
47
.prettierrc
58
.travis.yml
9+
images
610
package-lock.json
711
test
812
test-results.xml

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ npm install -g node-dev
6666
Status and error messages can be displayed as desktop notification using
6767
[node-notifier](https://www.npmjs.org/package/node-notifier):
6868

69-
![Screenshot](http://fgnass.github.com/images/node-dev.png)
69+
![Screenshot](./images/node-dev.png)
7070

71-
![Screenshot](http://fgnass.github.com/images/node-dev-linux.png)
71+
![Screenshot](./images/node-dev-linux.png)
7272

7373
**Requirements:**
7474

images/node-dev-linux.png

191 KB
Loading

images/node-dev.png

133 KB
Loading

0 commit comments

Comments
 (0)