From 9fa763c71c0c44d4e28d9b4c73a77d4432451542 Mon Sep 17 00:00:00 2001 From: Peter Piekarczyk Date: Wed, 10 May 2017 10:08:35 -0500 Subject: [PATCH 1/2] create package from npm --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..cee700c2 --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "simple-icons", + "version": "1.0.0", + "description": "SVG icons for popular brands https://simpleicons.org", + "homepage": "https://www.simpleicons.org", + "keywords": [ + "svg", + "icons" + ], + "main": "_data/simple-icons.json", + "repository": "git@github.com:danleech/simple-icons.git", + "author": "Dan Leech", + "license": "MIT" +} From ec9afd6deb218d4ebfc90933f7a6199e11ab5a78 Mon Sep 17 00:00:00 2001 From: Peter Piekarczyk Date: Wed, 10 May 2017 10:13:00 -0500 Subject: [PATCH 2/2] switch license to CCO --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cee700c2..38d357d8 100644 --- a/package.json +++ b/package.json @@ -10,5 +10,5 @@ "main": "_data/simple-icons.json", "repository": "git@github.com:danleech/simple-icons.git", "author": "Dan Leech", - "license": "MIT" + "license": "CCO" }