diff --git a/README.md b/README.md index 97b0e41..94d549f 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ container. FRPTools is the result of years of learning from the following projects: -* [KnockoutJS](http://knockoutjs.com/) -* [Overture](https://github.com/fastmail/overture) -* [Redux](https://redux.js.org/) -* [Mithril](https://mithril.js.org/) +- [KnockoutJS](http://knockoutjs.com/) +- [Overture](https://github.com/fastmail/overture) +- [Redux](https://redux.js.org/) +- [Mithril](https://mithril.js.org/) diff --git a/package.json b/package.json index 4c1b8e4..6e7dac0 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,16 @@ "version": "3.2.1", "description": "Observable Property and Computed data streams", "main": "src/index.js", - "files": ["src"], + "files": [ + "src" + ], "scripts": { "test": "node ../../bin/runTests.js ./", "pre-commit": "npm run test" }, - "keywords": ["reactive"], + "keywords": [ + "reactive" + ], "author": "Timothy Farrell (https://github.com/explorigin)", "license": "Apache-2.0" }