Skip to content

Commit 6065216

Browse files
committed
modify license
1 parent bbb5b1d commit 6065216

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 croutonn
3+
Copyright (c) 2020 @croutonn
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"test": "run-s build test:*",
2727
"test:lint": "eslint src --ext .ts",
2828
"test:prettier": "prettier \"src/**/*.ts\" --list-different",
29-
"test:unit": "nyc --silent ava",
3029
"check-cli": "run-s test diff-integration-tests check-integration-tests",
3130
"check-integration-tests": "run-s check-integration-test:*",
3231
"diff-integration-tests": "mkdir -p diff && rm -rf diff/test && cp -r test diff/test && rm -rf diff/test/test-*/.git && cd diff && git init --quiet && git add -A && git commit --quiet --no-verify --allow-empty -m 'WIP' && echo '\\n\\nCommitted most recent integration test output in the \"diff\" directory. Review the changes with \"cd diff && git diff HEAD\" or your preferred git diff viewer.'",

0 commit comments

Comments
 (0)