Point package.json to index.js

pull/608/head
Dan Burzo 4 years ago
parent 161575c0b9
commit 5754332016

@ -2,7 +2,7 @@
"name": "@mozilla/readability",
"version": "0.2.0",
"description": "A standalone version of the readability library used for Firefox Reader View.",
"main": "Readability.js",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha test/test-*.js",

Loading…
Cancel
Save