File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 4
4
- ' node'
5
5
script :
6
6
- npm run test
7
+ deploy :
8
+ - npm publish
9
+ branches :
10
+ only :
11
+ - master
Original file line number Diff line number Diff line change 1
1
{
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 " ,
5
5
"license" : " MIT" ,
6
6
"main" : " app/index.js" ,
7
- "repository" : " ospatil /generator-node-typescript" ,
7
+ "repository" : " kkito /generator-node-typescript" ,
8
8
"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 "
12
12
},
13
13
"scripts" : {
14
14
"pretest" : " eslint ." ,
19
19
],
20
20
"keywords" : [
21
21
" yeoman-generator" ,
22
+ " yeoman-generator-webpack" ,
22
23
" typescript" ,
24
+ " babel" ,
25
+ " webpack" ,
23
26
" nodejs"
24
27
],
25
28
"dependencies" : {
You can’t perform that action at this time.
0 commit comments