File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 19
19
"precompile" : " typings install" ,
20
20
"compile" : " npm run compile:bundle && npm run compile:cjs && npm run compile:es6" ,
21
21
"compile:bundle" : " tsc" ,
22
- "compile:cjs" : " tsc -t ES5 --sourceMap --experimentalDecorators --emitDecoratorMetadata --moduleResolution node --declaration core.ts typings/browser " ,
22
+ "compile:cjs" : " tsc -t ES5 --sourceMap --experimentalDecorators --emitDecoratorMetadata --moduleResolution node --declaration core.ts typings/index " ,
23
23
"compile:es6" : " tsc -t ES6 --sourceMap --experimentalDecorators --emitDecoratorMetadata --moduleResolution node core.ts --outDir dist/es6" ,
24
24
"pretest" : " npm run lint" ,
25
25
"test" : " echo tests pending..." ,
Original file line number Diff line number Diff line change 17
17
" core" ,
18
18
" app/core/level" ,
19
19
" app/core/logger" ,
20
- " typings/browser "
20
+ " typings/index "
21
21
],
22
22
"exclude" : [
23
23
" node_modules" ,
24
- " typings/main" ,
25
- " typings/main.d.ts"
24
+ " typings/globals"
26
25
]
27
26
}
Original file line number Diff line number Diff line change 1
1
{
2
- "ambientDevDependencies " : {
2
+ "globalDevDependencies " : {
3
3
"es6-shim" : " github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#4de74cb527395c13ba20b438c3a7a419ad931f1c" ,
4
4
"jasmine" : " github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#d594ef506d1efe2fea15f8f39099d19b39436b71"
5
5
}
You can’t perform that action at this time.
0 commit comments