File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 55 "type" : " module" ,
66 "main" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
8+
89 "scripts" : {
910 "build" : " tsc && rsync -av --exclude 'node_modules' custom dist/" ,
1011 "prepare" : " npm link adminforth"
1112 },
1213 "publishConfig" : {
1314 "access" : " public"
1415 },
15- "repository" : {
16- "type" : " git" ,
17- "url" : " https://github.com/devforth/adminforth-markdown.git"
18- },
1916 "keywords" : [
2017 " adminforth" ,
2118 " markdown"
2825 "semantic-release-slack-bot" : " ^4.0.2" ,
2926 "typescript" : " ^5.7.3"
3027 },
28+ "repository" : {
29+ "type" : " git" ,
30+ "url" : " https://github.com/devforth/adminforth-markdown.git"
31+ },
32+ "dependencies" : {
33+ "adminforth" : " latest"
34+ },
3135 "release" : {
3236 "plugins" : [
3337 " @semantic-release/commit-analyzer" ,
You can’t perform that action at this time.
0 commit comments