File tree Expand file tree Collapse file tree 4 files changed +8
-26
lines changed Expand file tree Collapse file tree 4 files changed +8
-26
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
sudo : false
3
3
node_js :
4
- - 6
4
+ - 8
5
5
6
6
cache :
7
7
directories :
8
8
- node_modules
9
9
10
10
script :
11
- - yarn global add typings
12
- - typings install
13
- - yarn run build
11
+ - yarn build
14
12
15
13
deploy :
16
14
skip_cleanup : true
Original file line number Diff line number Diff line change 20
20
"typings" : " index.d.ts" ,
21
21
"scripts" : {
22
22
"clean" : " rm -rf lib" ,
23
- "watch" : " yarn run clean && tsc -p . --watch" ,
24
- "transpile" : " yarn run clean && tsc -p ." ,
25
- "build" : " yarn run clean && tsc --outDir ./ -p ." ,
23
+ "watch" : " yarn clean && tsc -p . --watch" ,
24
+ "transpile" : " yarn clean && tsc -p ." ,
25
+ "build" : " yarn clean && tsc --outDir ./ -p ." ,
26
26
"tsc" : " tsc"
27
27
},
28
28
"devDependencies" : {
29
- "@types/es6-promise" : " 3.x.x" ,
30
- "@types/node" : " 9.x.x" ,
31
29
"@types/react" : " 16.x.x" ,
32
30
"typescript" : " 2.x.x"
33
31
},
Original file line number Diff line number Diff line change 4
4
"module" : " commonjs" ,
5
5
"outDir" : " ./lib" ,
6
6
"declaration" : true ,
7
- "jsx" : " react"
7
+ "jsx" : " react" ,
8
+ "lib" : [" es2015" , " dom" ]
8
9
},
9
10
"include" : [
10
- " src/**/*" ,
11
- " typings/index.d.ts"
11
+ " src/**/*"
12
12
],
13
13
"exclude" : [
14
14
" node_modules"
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
-
6
- version "3.3.0"
7
- resolved "https://registry.yarnpkg.com/@types/es6-promise/-/es6-promise-3.3.0.tgz#61b55e554fd807b563f158a7986ee53d3a5a5a9d"
8
- dependencies :
9
- es6-promise "*"
10
-
11
-
12
- version "9.4.6"
13
- resolved "https://registry.yarnpkg.com/@types/node/-/node-9.4.6.tgz#d8176d864ee48753d053783e4e463aec86b8d82e"
14
-
15
5
16
6
version "16.0.38"
17
7
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.0.38.tgz#76617433ea10274505f60bb86eddfdd0476ffdc2"
@@ -30,10 +20,6 @@ encoding@^0.1.11:
30
20
dependencies :
31
21
iconv-lite "~0.4.13"
32
22
33
- es6-promise@* :
34
- version "4.2.4"
35
- resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.4.tgz#dc4221c2b16518760bd8c39a52d8f356fc00ed29"
36
-
37
23
fbjs@^0.8.16 :
38
24
version "0.8.16"
39
25
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.16.tgz#5e67432f550dc41b572bf55847b8aca64e5337db"
You can’t perform that action at this time.
0 commit comments