Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
fixing license checker (#165)
Browse files Browse the repository at this point in the history
Signed-off-by: awjh-ibm <andrew.hurt1@ibm.com>
  • Loading branch information
awjh-ibm authored and Simon Stone committed Apr 7, 2018
1 parent 9bd267d commit 169b699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"colors": "^1.1.2",
"lerna": "^2.5.1",
"license-check-and-add": "~2.0.6",
"license-check-and-add": "~2.3.0",
"moment": "^2.17.1",
"semver": "^5.3.0",
"sleep-promise": "^2.0.0"
Expand Down Expand Up @@ -51,7 +51,7 @@
"insert_license": false,
"license_formats": {
"js": {
"prepend": "#!/usr/bin/env node\n/*",
"prepend": "/*",
"append": " */",
"eachLine": {
"prepend": " * "
Expand Down

0 comments on commit 169b699

Please sign in to comment.