Skip to content

Commit 17070b5

Browse files
authored
Correct license information (#196)
1 parent 59973b6 commit 17070b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "tech-doc-hugo",
3-
"version": "0.0.1",
4-
"description": "Hugo theme for technical documentation.",
2+
"name": "docsy-example-site",
3+
"version": "0.6.0",
4+
"description": "Example site that uses docsy theme for technical documentation.",
55
"main": "none.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
@@ -11,14 +11,14 @@
1111
"url": "git+https://github.com/google/docsy-example.git"
1212
},
1313
"author": "",
14-
"license": "ISC",
14+
"license": "Apache-2.0",
1515
"bugs": {
1616
"url": "https://github.com/google/docsy-example/issues"
1717
},
1818
"homepage": "https://github.com/google/docsy-example#readme",
1919
"devDependencies": {
2020
"autoprefixer": "^10.4.0",
2121
"postcss": "^8.3.7",
22-
"postcss-cli": "^9.0.2"
22+
"postcss-cli": "^10.1.0"
2323
}
2424
}

0 commit comments

Comments
 (0)