Skip to content

Commit

Permalink
Merge pull request #18 from anthonydillon/bower
Browse files Browse the repository at this point in the history
Add bower and bump version to correct one
  • Loading branch information
anthonydillon authored May 5, 2017
2 parents 639621a + 853fd93 commit 1996312
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "canonical-global-nav",
"description": "A script and stylesheet that displays the Canonical global nav across the top of a site",
"main": "src/js/global.js",
"authors": [
"Anthony Dillon"
],
"license": "ISC",
"homepage": "https://github.com/canonical-webteam/global-nav",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "global-nav",
"version": "0.0.2",
"version": "0.1.3",
"description": "A script and stylesheet that displays the Canonical global nav across the top of a site",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 1996312

Please sign in to comment.