File tree Expand file tree Collapse file tree 2 files changed +23
-5
lines changed Expand file tree Collapse file tree 2 files changed +23
-5
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ jobs :
3
+ build :
4
+ docker :
5
+ - image : ' circleci/node:latest'
6
+ steps :
7
+ - checkout
8
+ - run :
9
+ name : install
10
+ command : npm install
11
+ - run :
12
+ name : release
13
+ command : npm run semantic-release || true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " use-one-graph" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.0-development " ,
4
4
"description" : " a simple way to add opengraph authentication to your react app" ,
5
5
"main" : " dist/index.js" ,
6
6
"author" : " Khaled Garbaya <kgarbaya@gmail.com>" ,
10
10
"unpkg" : " dist/index.umd.js" ,
11
11
"scripts" : {
12
12
"build" : " microbundle" ,
13
- "dev" : " microbundle watch"
13
+ "dev" : " microbundle watch" ,
14
+ "semantic-release" : " semantic-release"
14
15
},
15
16
"devDependencies" : {
16
- "microbundle" : " ^0.11.0"
17
+ "microbundle" : " ^0.11.0" ,
18
+ "semantic-release" : " ^15.13.24"
17
19
},
18
- "files" : [" src" , " dist" ],
20
+ "files" : [
21
+ " src" ,
22
+ " dist"
23
+ ],
19
24
"peerDependencies" : {
20
25
"react" : " ^16.10.2"
21
26
},
27
32
},
28
33
"repository" : {
29
34
"type" : " git" ,
30
- "url" : " git+ https://github.com/Khaledgarbaya/use-one-graph.git"
35
+ "url" : " https://github.com/Khaledgarbaya/use-one-graph.git"
31
36
}
32
37
}
You can’t perform that action at this time.
0 commit comments