File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
. *
2
+ * .map
3
+ * .spec. *
2
4
.nyc_output /
3
5
.vscode /
4
6
coverage /
Original file line number Diff line number Diff line change 5
5
"main" : " dist/lib/plugin.js" ,
6
6
"types" : " dist/lib/plugin.d.ts" ,
7
7
"scripts" : {
8
- "build " : " tsc " ,
9
- "build:watch " : " tsc --watch " ,
10
- "cover " : " nyc ava " ,
11
- "lint " : " npm run tslint " ,
12
- "prepublish " : " npm run lint && npm run build " ,
13
- "test" : " npm run lint && npm run build && npm run cover " ,
8
+ "clean " : " rimraf coverage dist *.log " ,
9
+ "compile " : " tsc" ,
10
+ "compile:watch " : " tsc --watch " ,
11
+ "prepublish " : " npm test " ,
12
+ "pretest " : " npm run tslint && npm run clean && npm run compile " ,
13
+ "test" : " nyc ava " ,
14
14
"test:watch" : " ava --watch" ,
15
15
"tslint" : " tslint --project tsconfig.json"
16
16
},
65
65
"@types/node" : " ^7.0.5" ,
66
66
"ava" : " ^0.18.2" ,
67
67
"nyc" : " ^10.1.2" ,
68
+ "rimraf" : " ^2.6.0" ,
68
69
"tslint" : " ^4.4.2" ,
69
70
"typescript" : " ^2.2.1"
70
71
}
Original file line number Diff line number Diff line change 7
7
"newLine" : " LF" ,
8
8
"outDir" : " dist" ,
9
9
"rootDir" : " src" ,
10
+ "sourceMap" : true ,
10
11
"lib" : [
11
12
" es2015"
12
13
]
You can’t perform that action at this time.
0 commit comments