Skip to content

Commit 5e41a79

Browse files
NPM
1 parent 372ebad commit 5e41a79

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

package-lock.json

Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
{
2-
"name": "todoist-readme",
3-
"version": "0.7",
4-
"description": "📊 Updates README with your Todoist stats",
5-
"author": "Abhishek <[email protected]>",
6-
"license": "Creative Commons Legal Code",
7-
"scripts": {
8-
"build": "ncc build index.js --out dist --minify"
9-
}
10-
}
11-
2+
"name": "todoist-readme",
3+
"version": "0.0.7",
4+
"description": "📊 Updates README with your Todoist stats",
5+
"main": "todoist-update.js",
6+
"dependencies": {
7+
"fs": "^0.0.1-security"
8+
},
9+
"devDependencies": {},
10+
"scripts": {
11+
"test": "echo \"Error: no test specified\" && exit 1",
12+
"build": "ncc build index.js --out dist --minify"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git+https://github.com/abhisheknaiidu/todoist-readme.git"
17+
},
18+
"author": "Abhishek Naidu",
19+
"license": "ISC",
20+
"bugs": {
21+
"url": "https://github.com/abhisheknaiidu/todoist-readme/issues"
22+
},
23+
"homepage": "https://github.com/abhisheknaiidu/todoist-readme#readme"
24+
}

0 commit comments

Comments
 (0)