Skip to content

Commit

Permalink
⬆️ 1.3.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
IonicaBizau committed Apr 30, 2017
1 parent bb7cfa1 commit 9443286
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flattiance",
"version": "1.2.0",
"version": "1.3.0",
"description": "A semi-flat fork of the Ubuntu Ambiance theme.",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -33,40 +33,40 @@
"h2": "Installation"
},
{
"h3": "Via `npm`"
"h3": "Via `npm`"
},
{
"code": {
"language": "sh",
"content": "npm install --global flattiance"
}
"code": {
"language": "sh",
"content": "npm install --global flattiance"
}
},
{
"p": "That's it. Skip to [Getting Started](#getting-started)"
"p": "That's it. Skip to [Getting Started](#getting-started)"
},
{
"h4": "Manual"
"h4": "Manual"
},
{
"ol": [
"Clone this repo: `git clone https://github.com/IonicaBizau/Flattiance.git`",
[
"Copy the `Flattiance` sub-directory into `/usr/share/themes/` (for all users): `[sudo] cp -r Flattiance/Flattiance /usr/share/themes`",
"Or copy to `$HOME/.themes` (for local user): `cp -r Flattiance/Flattiance $HOME/.themes`"
]
"ol": [
"Clone this repo: `git clone https://github.com/IonicaBizau/Flattiance.git`",
[
"Copy the `Flattiance` sub-directory into `/usr/share/themes/` (for all users): `[sudo] cp -r Flattiance/Flattiance /usr/share/themes`",
"Or copy to `$HOME/.themes` (for local user): `cp -r Flattiance/Flattiance $HOME/.themes`"
]
]
},
{
"h2": "Getting Started"
},
{
"p": "Activate the theme via `unity-tweak-tool`:"
"p": "Activate the theme via `unity-tweak-tool`:"
},
{
"ul": [
"Click `Theme`",
"Select `Flattiance`"
]
"ul": [
"Click `Theme`",
"Select `Flattiance`"
]
}
],
"ex_img": "http://i.imgur.com/rt7GEIL.png"
Expand All @@ -83,4 +83,4 @@
"cli.js",
"index.js"
]
}
}

0 comments on commit 9443286

Please sign in to comment.