Skip to content

Commit f38dc9c

Browse files
committed
chore: add correct license referent and author in package.json
1 parent b7af4c6 commit f38dc9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"lint": "eslint 'src/**/*.{js,ts,tsx}' --quiet",
1313
"start": "webpack serve --mode development"
1414
},
15-
"author": "",
16-
"license": "ISC",
15+
"author": "Arthur Böckmann Grossi",
16+
"license": "LGPL-3.0",
1717
"description": "",
1818
"browserslist": {
1919
"production": [

0 commit comments

Comments
 (0)