Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Removing the old Brackets CLA check #14684

Merged
merged 3 commits into from
Apr 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"scripts": {
"prepush": "npm run eslint",
"postinstall": "grunt install",
"test": "grunt test cla-check-pull",
"test": "grunt test",
"eslint": "grunt eslint"
},
"licenses": [
Expand Down
2 changes: 1 addition & 1 deletion src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"scripts": {
"prepush": "npm run eslint",
"postinstall": "grunt install",
"test": "grunt test cla-check-pull",
"test": "grunt test",
"eslint": "grunt eslint"
},
"licenses": [
Expand Down