From c05857c23fb9cb2445214b9fe7095ab610461fbb Mon Sep 17 00:00:00 2001 From: Ilian Alexiev Date: Mon, 6 Feb 2017 15:28:50 -0500 Subject: [PATCH 1/3] Adding package.json --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..b957953 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "stately", + "version": "1.0.0", + "description": "Symbol font for map of the United States", + "homepage": "https://github.com/intridea/stately#readme", + "author": "Ben Markowitz", + "main": "stately.html", + "license": "MIT", + "repository": { + "type": "git", + "url": "git+https://github.com/intridea/stately.git" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "bugs": { + "url": "https://github.com/intridea/stately/issues" + } +} From c44625a3ecfac40b9366b28f83fd7c2f7c6267dd Mon Sep 17 00:00:00 2001 From: Ilian Alexiev Date: Mon, 6 Feb 2017 15:48:08 -0500 Subject: [PATCH 2/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b957953..036e76b 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Symbol font for map of the United States", "homepage": "https://github.com/intridea/stately#readme", "author": "Ben Markowitz", - "main": "stately.html", + "main": "stately.svg", "license": "MIT", "repository": { "type": "git", From 6d3a6a36b314abb95081c7bb2b5431a9c8253791 Mon Sep 17 00:00:00 2001 From: Ilian Alexiev Date: Mon, 6 Feb 2017 15:57:42 -0500 Subject: [PATCH 3/3] Remove main --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 036e76b..7700f9c 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "description": "Symbol font for map of the United States", "homepage": "https://github.com/intridea/stately#readme", "author": "Ben Markowitz", - "main": "stately.svg", "license": "MIT", "repository": { "type": "git",