Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Q committed Dec 1, 2019
1 parent 0d03cbf commit b046890
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 9 deletions.
14 changes: 7 additions & 7 deletions src/templates/.travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/templates/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019
Copyright (c) 2019 Jon Quach <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 11 additions & 1 deletion src/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -26,6 +26,16 @@
"README.md",
"LICENSE"
],
"author": "Jon Quach <[email protected]> (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 %>"
Expand Down

0 comments on commit b046890

Please sign in to comment.