Skip to content

Commit f571d9d

Browse files
committed
npm index
Signed-off-by: adam slack <[email protected]>
1 parent 86bfbe0 commit f571d9d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

index.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/**
2+
* Export cheerio (with )
3+
*/
4+
5+
exports = module.exports = require('./src/chrome-web-store-scraper.js');
6+
7+
/*
8+
Export the version
9+
*/
10+
11+
exports.version = require('./package.json').version;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chrome-web-store-scraper",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A scraper for the Google Chrome extension metadata on the chrome web store",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)