Skip to content

Commit

Permalink
chore: specify license
Browse files Browse the repository at this point in the history
  • Loading branch information
lucagoslar committed Jan 12, 2023
1 parent f3f1df5 commit 7d3b399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phosphor-css",
"version": "1.0.0",
"version": "1.0.1",
"description": "🧩 CSS integration of a flexible icon family for the web.",
"files": [
"assets",
Expand All @@ -10,6 +10,7 @@
"README.md",
"LICENSE"
],
"license": "EUPL-1.2",
"scripts": {
"build": "ts-node src/index",
"test": "jest",
Expand Down

0 comments on commit 7d3b399

Please sign in to comment.