Skip to content

Commit e5a369a

Browse files
committed
🔧 specify files in package.json
1 parent e09c38d commit e5a369a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "froide_campaign",
33
"version": "1.0.0",
44
"description": "Froide Campaign",
5-
"directories": {
6-
"doc": "docs"
7-
},
5+
"files": [
6+
"frontend"
7+
],
88
"scripts": {
99
"test": "echo \"Error: no test specified\" && exit 1",
1010
"lint": "eslint"
@@ -14,7 +14,7 @@
1414
"url": "git+https://github.com/okfde/froide-campaign.git"
1515
},
1616
"author": "Stefan Wehrmeyer",
17-
"license": "ISC",
17+
"license": "MIT",
1818
"bugs": {
1919
"url": "https://github.com/okfde/froide-campaign/issues"
2020
},
@@ -42,4 +42,4 @@
4242
"froide": "github:okfde/froide"
4343
},
4444
"prettier": "prettier-config-standard"
45-
}
45+
}

0 commit comments

Comments
 (0)