Skip to content

Commit

Permalink
Merge branch 'opencollective-opencollective'
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Apr 18, 2020
2 parents f1ca328 + 891f081 commit 5354deb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
"test": "npm run lint && npm run build && npm run test-all",
"prepublish": "npm run build && npm run bundle",
"watch": "watch \"npm run build\" ./lib/dot"
"watch": "watch \"npm run build\" ./lib/dot",
"postinstall": "opencollective-postinstall || true"
},
"nyc": {
"exclude": [
Expand Down Expand Up @@ -65,6 +66,7 @@
"fast-deep-equal": "^3.1.1",
"fast-json-stable-stringify": "^2.0.0",
"json-schema-traverse": "^0.4.1",
"opencollective-postinstall": "^2.0.2",
"uri-js": "^4.2.2"
},
"devDependencies": {
Expand Down Expand Up @@ -94,5 +96,9 @@
"typescript": "^2.8.3",
"uglify-js": "^3.6.9",
"watch": "^1.0.0"
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/ajv"
}
}

0 comments on commit 5354deb

Please sign in to comment.