Skip to content

Commit 274b1be

Browse files
committed
Update package.json
1 parent 5969a99 commit 274b1be

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "@equinor/lithology-patterns",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "Collection of Lithology Patterns",
55
"main": "index.js",
6-
"files": ["assets"],
6+
"files": [
7+
"assets"
8+
],
79
"scripts": {
810
"patterns:format": "prettier --write assets/**/**.svg",
911
"patterns:optimize": "svgo -f ./figma -o ./assets/svg"
@@ -12,7 +14,11 @@
1214
"type": "git",
1315
"url": "https://github.com/equinor/lithology-patterns.git"
1416
},
15-
"keywords": ["equinor", "lithology", "svg"],
17+
"keywords": [
18+
"equinor",
19+
"lithology",
20+
"svg"
21+
],
1622
"author": "Equinor",
1723
"license": "MIT",
1824
"bugs": {

0 commit comments

Comments
 (0)