Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-06 02:10:39 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-06 02:10:39 +0300
commit5099cc5bae8eef26cd77809e12e95575580a2637 (patch)
tree37f90b480df10b28adaa2da9cc25c6159695cfc9 /package.json
parent635729fb5108cf4d335b0f062cc6e09e17832c93 (diff)
Updating build and dev scripts
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
1 files changed, 11 insertions, 7 deletions
diff --git a/package.json b/package.json
index a2bdaedec..420388472 100644
--- a/package.json
+++ b/package.json
@@ -1,12 +1,12 @@
{
- "name": "font-awesome",
- "description": "The iconic font and CSS framework",
+ "name": "fork-awesome",
+ "description": "A fork of the iconic font and CSS framework",
"version": "4.7.0",
"style": "css/font-awesome.css",
"keywords": ["font", "awesome", "fontawesome", "icon", "bootstrap"],
- "homepage": "http://fontawesome.io/",
+ "homepage": "",
"bugs": {
- "url" : "http://github.com/FortAwesome/Font-Awesome/issues"
+ "url" : "http://github.com/ForkAwesome/Fork-Awesome/issues"
},
"author": {
"name": "Dave Gandy",
@@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
- "url": "https://github.com/FortAwesome/Font-Awesome.git"
+ "url": "https://github.com/ForkAwesome/Fork-Awesome.git"
},
"contributors": [
{
@@ -38,7 +38,11 @@
"license": "(OFL-1.1 AND MIT)",
"dependencies": {
},
- "engines" : {
- "node" : ">=0.10.3"
+ "engines": {
+ "node": ">=0.10.3"
+ },
+ "scripts": {
+ "build": "bundle exec jekyll build",
+ "dev": "bundle exec jekyll -w serve"
}
}