File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @bitkidd/adonis-credentials" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " A credentials provider for Adonis 5.x" ,
5
5
"types" : " build/adonis-typings/index.d.ts" ,
6
6
"main" : " build/providers/CredentialsProvider.js" ,
35
35
"pretest" : " npm run lint" ,
36
36
"test" : " node japaFile.js" ,
37
37
"clean" : " del build" ,
38
- "copyfiles" : " copyfiles \" templates/**/*.txt \" \" instructions.md\" build" ,
38
+ "copyfiles" : " copyfiles \" instructions.md\" build" ,
39
39
"compile" : " npm run lint && npm run clean && tsc && npm run copyfiles" ,
40
40
"build" : " npm run compile" ,
41
41
"prepublishOnly" : " npm run build" ,
62
62
},
63
63
"homepage" : " https://github.com/bitkidd/adonis-credentials#readme" ,
64
64
"files" : [
65
+ " build/adonis-typings" ,
66
+ " build/commands" ,
67
+ " build/providers" ,
65
68
" build/src" ,
66
- " build/index.d.ts " ,
67
- " build/index.js "
69
+ " build/instructions.js " ,
70
+ " build/instructions.md "
68
71
],
69
72
"config" : {
70
73
"commitizen" : {
You can’t perform that action at this time.
0 commit comments