Skip to content

Commit 8b64bb6

Browse files
committed
fix: package.json files group
1 parent 726d49b commit 8b64bb6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

package.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bitkidd/adonis-credentials",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A credentials provider for Adonis 5.x",
55
"types": "build/adonis-typings/index.d.ts",
66
"main": "build/providers/CredentialsProvider.js",
@@ -35,7 +35,7 @@
3535
"pretest": "npm run lint",
3636
"test": "node japaFile.js",
3737
"clean": "del build",
38-
"copyfiles": "copyfiles \"templates/**/*.txt\" \"instructions.md\" build",
38+
"copyfiles": "copyfiles \"instructions.md\" build",
3939
"compile": "npm run lint && npm run clean && tsc && npm run copyfiles",
4040
"build": "npm run compile",
4141
"prepublishOnly": "npm run build",
@@ -62,9 +62,12 @@
6262
},
6363
"homepage": "https://github.com/bitkidd/adonis-credentials#readme",
6464
"files": [
65+
"build/adonis-typings",
66+
"build/commands",
67+
"build/providers",
6568
"build/src",
66-
"build/index.d.ts",
67-
"build/index.js"
69+
"build/instructions.js",
70+
"build/instructions.md"
6871
],
6972
"config": {
7073
"commitizen": {

0 commit comments

Comments
 (0)