Skip to content

Commit

Permalink
Merge pull request #2 from bchr02/1.0.4
Browse files Browse the repository at this point in the history
1.0.4
  • Loading branch information
bchr02 authored Sep 21, 2016
2 parents d9405d9 + 309d12c commit 46eb18d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ npm install filejson --save
## Install (Node.js < 6)
If you are using a version of Node.js < 6 then you will also need to install a polyfill such as [harmony-reflect](https://github.com/tvcutsem/harmony-reflect):
```
npm install harmony-reflect
npm install harmony-reflect --save
npm install filejson --save
```
And then when you want to run your app you will need to use the node --harmony_proxies flag:
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filejson",
"version": "1.0.3",
"version": "1.0.4",
"description": "Use a JSON file to automatically save a JavaScript object to disk whenever it changes.",
"main": "app.js",
"scripts": {
Expand Down

0 comments on commit 46eb18d

Please sign in to comment.