This repository was archived by the owner on Jun 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 7
7
- name : npm_auth
8
8
image : robertstettner/drone-npm-auth
9
9
settings :
10
- registry : npm.pkg.github.com
11
10
token :
12
- from_secret : github_token
11
+ from_secret : npm_token
13
12
14
13
- name : build
15
14
image : node:latest
20
19
- name : publish
21
20
image : node:latest
22
21
commands :
23
- - yarn publish
22
+ - npm publish --access public
24
23
when :
25
24
ref :
26
25
- refs/tags/v*
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @commitd/layout" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " Committed layout library" ,
5
5
"author" : " Committed" ,
6
6
"license" : " MIT" ,
7
7
"main" : " dist/index.js" ,
8
8
"module" : " dist/layout.esm.js" ,
9
9
"typings" : " dist/index.d.ts" ,
10
10
"publishConfig" : {
11
- "registry" : " https://npm.pkg.github.com /"
11
+ "registry" : " https://registry.npmjs.org /"
12
12
},
13
13
"files" : [
14
14
" dist"
21
21
"lint" : " tsdx lint src test example/index.tsx"
22
22
},
23
23
"peerDependencies" : {
24
- "@commitd/components" : " >=0.0.19" ,
25
24
"@material-ui/icons" : " ^4.2.1" ,
26
25
"react" : " >=16" ,
27
26
"react-dom" : " ^15.0.0 || ^16.0.0"
36
35
"singleQuote" : true
37
36
},
38
37
"devDependencies" : {
39
- "@commitd/components" : " ^0.0.19 " ,
38
+ "@commitd/components" : " ^0.0.23 " ,
40
39
"@material-ui/core" : " ^4.4.2" ,
41
40
"@material-ui/icons" : " ^4.2.1" ,
42
41
"@types/jest" : " ^24.0.18" ,
Original file line number Diff line number Diff line change 686
686
exec-sh "^0.3.2"
687
687
minimist "^1.2.0"
688
688
689
- " @commitd/components@^0.0.19 " :
690
- version "0.0.19"
691
- resolved "https://npm.pkg.github.com/download/@commitd/components/0.0.19/fa533286405acfc778be47ecc3edae1a9f5efb50e6f405ef9aebe5f139f05f2e#"
689
+ " @commitd/components@^0.0.23 " :
690
+ version "0.0.23"
691
+ resolved "https://registry.yarnpkg.com/@commitd/components/-/components-0.0.23.tgz#89f785d59b77207a8e82f5bc4c9a492545ba3140"
692
+ integrity sha512-ZffCcWQyFpPPKGkkro4W22lCtaPD6Z9SE5/Vk77qQdNy3isExAHfoAwRBqzdd1aBy3JifFAK1Z5sgQ2r8DgjwA==
692
693
dependencies :
693
694
clsx "^1.0.4"
694
695
You can’t perform that action at this time.
0 commit comments