Skip to content

Commit e321be7

Browse files
authored
Merge pull request #6 from ebrevdo/multi_line
Update package.json: proper license, homepage, etc.
2 parents 9290a6a + 01f03d9 commit e321be7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "ifttt-lint",
3-
"version": "0.0.3",
4-
"description": "A high-concurrency Node.js IFTTT (IfThisThenThat) linter",
3+
"version": "0.0.4",
4+
"description": "A high-concurrency IFTTT (IfThisThenThat) linter",
5+
"homepage": "https://www.github.com/ebrevdo/ifttt-lint",
56
"main": "dist/main.js",
67
"types": "dist",
78
"bin": {
89
"ifttt-lint": "dist/main.js"
910
},
10-
"license": "Apache-2.0",
11+
"license": "MPL-2.0",
1112
"scripts": {
1213
"lint": "eslint src tests perf --ext .ts",
1314
"build": "npm run lint && tsc",

0 commit comments

Comments
 (0)