diff --git a/src/templates/.travis.yml b/src/templates/.travis.yml index 8bfddcd..eb2863c 100644 --- a/src/templates/.travis.yml +++ b/src/templates/.travis.yml @@ -1,17 +1,17 @@ language: node_js node_js: - - 'lts/*' + - "lts/*" cache: - directories: - - node_modules + directories: + - node_modules install: - - npm install + - npm install script: - - npm run validate + - npm run validate branches: - only: - - master + only: + - master diff --git a/src/templates/LICENSE b/src/templates/LICENSE index 5f5f707..5e5cc59 100644 --- a/src/templates/LICENSE +++ b/src/templates/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 +Copyright (c) 2019 Jon Quach Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/templates/package.json b/src/templates/package.json index 32e19b6..6189a3e 100644 --- a/src/templates/package.json +++ b/src/templates/package.json @@ -13,7 +13,7 @@ "build": "npm run build:cjs && npm run build:es -- --no-clean", "lint": "zero lint", "dev": "zero test", - "test": "zero test --no-watch", + "test": "zero test --coverage", "test:coverage": "zero test --coverage", "format": "zero format", "validate": "zero validate", @@ -26,6 +26,16 @@ "README.md", "LICENSE" ], + "author": "Jon Quach (https://jonquach.com)", + "repository": { + "type": "git", + "url": "git+https://github.com/itsjonq/zero.git" + }, + "bugs": { + "url": "https://github.com/itsjonq/zero/issues" + }, + "homepage": "https://github.com/itsjonq/zero#readme", + "keywords": [], "license": "MIT", "devDependencies": { "@itsjonq/zero": "<%= zeroVersion %>"