Skip to content

Commit

Permalink
renamed bower name
Browse files Browse the repository at this point in the history
  • Loading branch information
cubny committed Nov 15, 2015
1 parent 9241517 commit 8232024
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
name: 'appa-sariicons',
version: '2.0.0',
homepage: 'http://code.sariina.com/appa-sariicon',
authors: [
'Sariina <[email protected]>'
"name": "appa-sariicon",
"version": "2.0.0",
"homepage": "http://code.sariina.com/appa-sariicon",
"authors": [
"Sariina <[email protected]>"
],
description: 'Appa Sariicon is a collection of 147 webfont icons that are carefully designed by Sariina to use in complex Web Applications UIs.',
license: ["OFL-1.1", "MIT"],
main: [
"description": "Appa Sariicon is a collection of 147 webfont icons that are carefully designed by Sariina to use in complex Web Applications UIs.",
"license": ["OFL-1.1", "MIT"],
"main": [
"appa-sariicon-embeded.css",
"appa-sariicon.min.css"
],
ignore: [
'**/.*',
'node_modules',
'bower_components',
'test',
'tests'
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 8232024

Please sign in to comment.