Skip to content

Commit 0335d72

Browse files
author
kk.shen
committed
deploy config for ci
1 parent 5f7e620 commit 0335d72

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ node_js:
44
- 'node'
55
script:
66
- npm run test
7+
deploy:
8+
- npm publish
9+
branches:
10+
only:
11+
- master

package.json

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "generator-node-typescript",
3-
"version": "4.2.0",
4-
"description": "A minimal Yeoman Generator for creating NodeJS modules using TypeScript",
2+
"name": "generator-node-typescript-webpack",
3+
"version": "0.0.2",
4+
"description": "A minimal Yeoman Generator for creating NodeJS modules using TypeScript and webpack it",
55
"license": "MIT",
66
"main": "app/index.js",
7-
"repository": "ospatil/generator-node-typescript",
7+
"repository": "kkito/generator-node-typescript",
88
"author": {
9-
"name": "Omkar Patil",
10-
"email": "ospatil@gmail.com",
11-
"url": "https://github.com/ospatil"
9+
"name": "kkito shen",
10+
"email": "kkitokkito@gmail.com",
11+
"url": "https://github.com/kkito"
1212
},
1313
"scripts": {
1414
"pretest": "eslint .",
@@ -19,7 +19,10 @@
1919
],
2020
"keywords": [
2121
"yeoman-generator",
22+
"yeoman-generator-webpack",
2223
"typescript",
24+
"babel",
25+
"webpack",
2326
"nodejs"
2427
],
2528
"dependencies": {

0 commit comments

Comments
 (0)