Update package version to 1.0.1

This commit is contained in:
Julien Deswaef 2018-02-18 16:30:34 -05:00
parent db7cd194a9
commit d9ef6d01d0
5 changed files with 13 additions and 11 deletions

View file

@ -21,10 +21,10 @@ icon_destination: icon # Relative to destination
forkawesome: forkawesome:
name: Fork Awesome name: Fork Awesome
tagline: A fork of the iconic font and CSS toolkit tagline: A fork of the iconic font and CSS toolkit
version: 1.0.0 version: 1.0.1
minor_version: 1.0 minor_version: 1.0
major_version: 1 major_version: 1
doc_blob: v1.0.0 doc_blob: v1.0.1
url: http://forkawesome.github.com/Fork-Awesome/ url: http://forkawesome.github.com/Fork-Awesome/
legacy_url: http://forkawesome.github.com/Fork-Awesome/ legacy_url: http://forkawesome.github.com/Fork-Awesome/
css_prefix: fa css_prefix: fa

View file

@ -2,7 +2,7 @@
"name": "fork-awesome", "name": "fork-awesome",
"repo": "ForkAwesome/Fork-Awesome", "repo": "ForkAwesome/Fork-Awesome",
"description": "Fork Awesome", "description": "Fork Awesome",
"version": "0.4.7", "version": "1.0.1",
"keywords": [], "keywords": [],
"dependencies": {}, "dependencies": {},
"development": {}, "development": {},

View file

@ -6,10 +6,8 @@
"type": "component", "type": "component",
"authors": [ "authors": [
{ {
"name": "Dave Gandy", "name": "Fork Awesome Community",
"email": "dave@fontawesome.io", "homepage": "https://forkawesome.github.io"
"role": "Original author",
"homepage": "http://twitter.com/davegandy"
} }
], ],
"support": { "support": {
@ -17,7 +15,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "0.4.x-dev" "dev-master": "1.0.x-dev"
} }
}, },
"license": [ "license": [

View file

@ -1,7 +1,7 @@
{ {
"name": "fork-awesome", "name": "fork-awesome",
"description": "A fork of the iconic font and CSS framework", "description": "A fork of the iconic font and CSS framework",
"version": "0.4.7", "version": "1.0.1",
"style": "css/fork-awesome.css", "style": "css/fork-awesome.css",
"keywords": [ "keywords": [
"font", "font",
@ -40,6 +40,10 @@
{ {
"name": "Geremia Taglialatela", "name": "Geremia Taglialatela",
"web": "http://twitter.com/gtagliala" "web": "http://twitter.com/gtagliala"
},
{
"name": "Julien Deswaef",
"web": "http://twitter.com/xuv"
} }
], ],
"license": "(OFL-1.1 AND MIT)", "license": "(OFL-1.1 AND MIT)",

View file

@ -28,8 +28,8 @@ build:
# sass ${FA_SCSS_MODERN} ${FA_CSS_MODERN} # sass ${FA_SCSS_MODERN} ${FA_CSS_MODERN}
bundle exec lessc --clean-css="--compatibility=ie8" ${SITE_LESS} > ${SITE_CSS} bundle exec lessc --clean-css="--compatibility=ie8" ${SITE_LESS} > ${SITE_CSS}
cp -r ${FA_ROOT_DIRECTORY}/* ../ cp -r ${FA_ROOT_DIRECTORY}/* ../../
mv README.md-nobuild ../README.md mv README.md-nobuild ../../README.md
cd assets && mv fork-awesome fork-awesome-{{ site.forkawesome.version }} && zip -r9 fork-awesome-{{ site.forkawesome.version }}.zip fork-awesome-{{ site.forkawesome.version }} && mv fork-awesome-{{ site.forkawesome.version }} fork-awesome cd assets && mv fork-awesome fork-awesome-{{ site.forkawesome.version }} && zip -r9 fork-awesome-{{ site.forkawesome.version }}.zip fork-awesome-{{ site.forkawesome.version }} && mv fork-awesome-{{ site.forkawesome.version }} fork-awesome
find .. -type f ! -perm 644 -exec chmod 644 {} \; find .. -type f ! -perm 644 -exec chmod 644 {} \;