We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9290a6a + 01f03d9 commit e321be7Copy full SHA for e321be7
package.json
@@ -1,13 +1,14 @@
1
{
2
"name": "ifttt-lint",
3
- "version": "0.0.3",
4
- "description": "A high-concurrency Node.js IFTTT (IfThisThenThat) linter",
+ "version": "0.0.4",
+ "description": "A high-concurrency IFTTT (IfThisThenThat) linter",
5
+ "homepage": "https://www.github.com/ebrevdo/ifttt-lint",
6
"main": "dist/main.js",
7
"types": "dist",
8
"bin": {
9
"ifttt-lint": "dist/main.js"
10
},
- "license": "Apache-2.0",
11
+ "license": "MPL-2.0",
12
"scripts": {
13
"lint": "eslint src tests perf --ext .ts",
14
"build": "npm run lint && tsc",
0 commit comments