Skip to content

Commit

Permalink
Correct license information (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored Jun 9, 2023
1 parent 59973b6 commit 17070b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tech-doc-hugo",
"version": "0.0.1",
"description": "Hugo theme for technical documentation.",
"name": "docsy-example-site",
"version": "0.6.0",
"description": "Example site that uses docsy theme for technical documentation.",
"main": "none.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand All @@ -11,14 +11,14 @@
"url": "git+https://github.com/google/docsy-example.git"
},
"author": "",
"license": "ISC",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/google/docsy-example/issues"
},
"homepage": "https://github.com/google/docsy-example#readme",
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.3.7",
"postcss-cli": "^9.0.2"
"postcss-cli": "^10.1.0"
}
}

0 comments on commit 17070b5

Please sign in to comment.