From 98ee5c36c27cccd360af9b357f5ca8179bb89303 Mon Sep 17 00:00:00 2001 From: Patrik Laszlo Date: Tue, 27 Dec 2016 22:31:06 +0100 Subject: [PATCH 01/11] Added bower --- .gitignore | 3 +++ bower.json | 31 +++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .gitignore create mode 100644 bower.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20d6428 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +# Created by .ignore support plugin (hsz.mobi) +.idea/ + diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..380a7c2 --- /dev/null +++ b/bower.json @@ -0,0 +1,31 @@ +{ + "name": "stackicons", + "homepage": "https://github.com/parkerbennett/stackicons", + "authors": [ + "Parker Bennett ", + "Patrik Laszlo " + ], + "description": "Stackicons are icon fonts for the web, designed to do more — with multiple button shapes and a unique “multi-color” option. The Stackicons-Social font and Sass-based construction kit are free and open source, created by Parker Bennett.", + "main": [ + "css/stackicons-social.css" + ], + "keywords": [ + "social", + "icon", + "stack", + "colorful" + ], + "license": "MIT", + "ignore": [ + "**/.*", + "node_modules", + "_source", + "img", + "js", + "scss", + "*.png", + "bower_components", + "test", + "tests" + ] +} From 3d9c37212e6bac5488550a172110a837fd880300 Mon Sep 17 00:00:00 2001 From: Patrik Laszlo Date: Tue, 27 Dec 2016 22:36:12 +0100 Subject: [PATCH 02/11] Added bower --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 380a7c2..8e7df96 100644 --- a/bower.json +++ b/bower.json @@ -1,5 +1,5 @@ { - "name": "stackicons", + "name": "p3x-stackicons", "homepage": "https://github.com/parkerbennett/stackicons", "authors": [ "Parker Bennett ", From ec025ecf8214f3096e163c952b65ed0890ec7b91 Mon Sep 17 00:00:00 2001 From: Patrik Laszlo Date: Tue, 27 Dec 2016 22:41:14 +0100 Subject: [PATCH 03/11] Added bower --- bower.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 8e7df96..6d55e6f 100644 --- a/bower.json +++ b/bower.json @@ -17,13 +17,14 @@ ], "license": "MIT", "ignore": [ - "**/.*", "node_modules", "_source", "img", "js", "scss", "*.png", + "*.rb", + "*.ico", "bower_components", "test", "tests" From 593e479ea0617d81b8554c73dc21f39bc36a1879 Mon Sep 17 00:00:00 2001 From: Patrik Laszlo Date: Tue, 27 Dec 2016 22:41:55 +0100 Subject: [PATCH 04/11] Added bower --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 6d55e6f..3cfde68 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "Parker Bennett ", "Patrik Laszlo " ], - "description": "Stackicons are icon fonts for the web, designed to do more — with multiple button shapes and a unique “multi-color” option. The Stackicons-Social font and Sass-based construction kit are free and open source, created by Parker Bennett.", + "description": "Stackicons are icon fonts for the web, designed to do more — with multiple button shapes and a unique “multi-color” option. Created by Parker Bennett.", "main": [ "css/stackicons-social.css" ], From 48f2483f16e9363295a540c37b84ecf00f56cce3 Mon Sep 17 00:00:00 2001 From: Patrik Laszlo Date: Tue, 27 Dec 2016 22:51:51 +0100 Subject: [PATCH 05/11] Added bower --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index 3cfde68..afcf38a 100644 --- a/bower.json +++ b/bower.json @@ -17,6 +17,7 @@ ], "license": "MIT", "ignore": [ + "**/.*", "node_modules", "_source", "img", From 9a5a5fd34930a87522bc5c26953e7055b4822e48 Mon Sep 17 00:00:00 2001 From: Patrik Laszlo Date: Tue, 27 Dec 2016 23:14:12 +0100 Subject: [PATCH 06/11] Added bower --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index afcf38a..1674d5c 100644 --- a/bower.json +++ b/bower.json @@ -1,11 +1,11 @@ { "name": "p3x-stackicons", - "homepage": "https://github.com/parkerbennett/stackicons", + "homepage": "https://github.com/patrikx3/stackicons", "authors": [ "Parker Bennett ", "Patrik Laszlo " ], - "description": "Stackicons are icon fonts for the web, designed to do more — with multiple button shapes and a unique “multi-color” option. Created by Parker Bennett.", + "description": "Stackicons are icon fonts for the web, designed to do more — with multiple button shapes and a unique “multi-color” option.", "main": [ "css/stackicons-social.css" ], From 432ab8784866589a67056899cbc9213bd0b7e8c8 Mon Sep 17 00:00:00 2001 From: Patrik Laszlo Date: Tue, 27 Dec 2016 23:17:01 +0100 Subject: [PATCH 07/11] Added bower --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1e5c202..457bcb8 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,11 @@ Stackicons Icon font and Sass-based construction kit for Stackicons-Social, which supports multiple button shapes and a unique "multi-color" option in CSS for over 60 social brands. For more information visit + +#Bower +```html +bower install p3x-stackicons --save +``` + +#Original +[Parker Bennett Stackicons](https://github.com/parkerbennett/stackicons) \ No newline at end of file From ddb576d70ab538ff30b9b8dac969fd3a645aa3fc Mon Sep 17 00:00:00 2001 From: Patrik Laszlo Date: Tue, 27 Dec 2016 23:35:35 +0100 Subject: [PATCH 08/11] Added bower --- bower.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 1674d5c..1a71718 100644 --- a/bower.json +++ b/bower.json @@ -28,6 +28,13 @@ "*.ico", "bower_components", "test", - "tests" + "tests", + "css/fontviewer.css", + "css/normalize.css", + "css/stackicons-branding.css", + "css/stackicons-branding.min.css", + "css/style.css", + "fonts/Stackicons/Desktop Fonts", + "fonts/Stackicons/Stackicons-Branding*" ] } From 279df5761a95649a083972adcb9d814d2a8c952c Mon Sep 17 00:00:00 2001 From: Patrik Laszlo Date: Tue, 27 Dec 2016 23:36:30 +0100 Subject: [PATCH 09/11] Added bower --- bower.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 1a71718..06fe43a 100644 --- a/bower.json +++ b/bower.json @@ -35,6 +35,9 @@ "css/stackicons-branding.min.css", "css/style.css", "fonts/Stackicons/Desktop Fonts", - "fonts/Stackicons/Stackicons-Branding*" + "fonts/Stackicons/Stackicons-Branding*", + "*.html", + "*.md", + "*.txt" ] } From 008d188fdf7b67c490be6492fc8248201fe271e8 Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Mon, 22 May 2017 07:54:09 +0200 Subject: [PATCH 10/11] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 457bcb8..d5c27af 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ Icon font and Sass-based construction kit for Stackicons-Social, which supports For more information visit -#Bower +# Bower ```html bower install p3x-stackicons --save ``` -#Original -[Parker Bennett Stackicons](https://github.com/parkerbennett/stackicons) \ No newline at end of file +# Original +[Parker Bennett Stackicons](https://github.com/parkerbennett/stackicons) From a04dfb9ee0f8ae0af5dd93e7834ff930ed1bbe88 Mon Sep 17 00:00:00 2001 From: patrikx3 Date: Mon, 23 Apr 2018 21:40:46 +0200 Subject: [PATCH 11/11] add to npm --- .gitignore | 14 ++++++++++++-- .idea/modules.xml | 8 ++++++++ .idea/stackicons.iml | 9 +++++++++ .idea/vcs.xml | 6 ++++++ .npmignore | 34 ++++++++++++++++++++++++++++++++++ README.md | 10 +++++++++- bower.json | 1 - package.json | 29 +++++++++++++++++++++++++++++ 8 files changed, 107 insertions(+), 4 deletions(-) create mode 100644 .idea/modules.xml create mode 100644 .idea/stackicons.iml create mode 100644 .idea/vcs.xml create mode 100644 .npmignore create mode 100644 package.json diff --git a/.gitignore b/.gitignore index 20d6428..dca6fec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,13 @@ -# Created by .ignore support plugin (hsz.mobi) -.idea/ +/build +/node_modules +/*.log +/*.iws +.idea/workspace.xml +.idea/tasks.xml +.idea/profiles_settings.xml +.idea/inspectionProfiles/Project_Default.xml +.idea/inspectionProfiles/profiles_settings.xml + +node_modules/.yarn-integrity +package-lock.json diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..63631ff --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/stackicons.iml b/.idea/stackicons.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/stackicons.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..f7c2483 --- /dev/null +++ b/.npmignore @@ -0,0 +1,34 @@ +/.idea +/artifacts +/build +/test +/node_modules +/*.iml +/*.ipr +/*.iws +/.travis.yml +/.scrutinizer.yml +/Gruntfile.js +/*.lock +*.log +/corifeus-boot.json +*.rb +**/*. +/_source +/img +/js +/*.png +/*.rb +/*.ico +/bower_components +/test +/tests +/css/fontviewer.css +/css/normalize.css +/css/stackicons-branding.css +/css/stackicons-branding.min.css +/css/style.css +/fonts/Stackicons/Desktop Fonts +/fonts/Stackicons/Stackicons-Branding* +/*.html +/*.txt diff --git a/README.md b/README.md index d5c27af..803d19c 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,17 @@ Icon font and Sass-based construction kit for Stackicons-Social, which supports For more information visit # Bower -```html +```bash bower install p3x-stackicons --save ``` +# NPM + +```bash +npm i p3x-stackicons --save +# or +yarn add p3x-stackicons +``` + # Original [Parker Bennett Stackicons](https://github.com/parkerbennett/stackicons) diff --git a/bower.json b/bower.json index 06fe43a..adc5f3a 100644 --- a/bower.json +++ b/bower.json @@ -37,7 +37,6 @@ "fonts/Stackicons/Desktop Fonts", "fonts/Stackicons/Stackicons-Branding*", "*.html", - "*.md", "*.txt" ] } diff --git a/package.json b/package.json new file mode 100644 index 0000000..23c06bc --- /dev/null +++ b/package.json @@ -0,0 +1,29 @@ +{ + "name": "p3x-stackicons", + "version": "1.0.0", + "description": "Icon font and Sass-based construction kit for Stackicons-Social, which supports multiple button shapes and a unique \"multi-color\" option in CSS for over 60 social brands.", + "main": "css/stackicons-social.css", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/patrikx3/stackicons.git" + }, + "keywords": [ + "social", + "icon", + "stack", + "colorful", + "brand" + ], + "author": "Parker Bennett ", + "contributors": [ + "Patrik Laszlo " + ], + "license": "MIT", + "bugs": { + "url": "https://github.com/patrikx3/stackicons/issues" + }, + "homepage": "https://github.com/patrikx3/stackicons#readme" +}