Skip to content

Commit

Permalink
fix: package.json metadata of docs-template-{app|design-language}
Browse files Browse the repository at this point in the history
  • Loading branch information
roperzh committed Mar 31, 2020
1 parent 2294f45 commit f67dfde
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
10 changes: 9 additions & 1 deletion src/utils/docs-template-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"name": "@diez/docs-template-app",
"version": "10.5.0-beta.0",
"private": true,
"description": "Vue app used as a template for docs",
"author": "The Haiku Team <contact@haiku.ai>",
"license": "SEE LICENSE.md",
"repository": {
"type": "git",
"url": "git+https://github.com/diez/diez.git"
},
"homepage": "https://diez.org",
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand Down Expand Up @@ -69,5 +74,8 @@
},
"bin": {
"docs-app": "./bin/docs-app.js"
},
"publishConfig": {
"access": "public"
}
}
15 changes: 11 additions & 4 deletions src/utils/docs-template-design-language/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "@diez/docs-design-language",
"main": "build/diez-diez-docs-design-language-web",
"name": "@diez/docs-template-design-language",
"main": "build/diez-diez-docs-template-design-language-web",
"version": "10.5.0-beta.0",
"description": "Design language for docs gen template",
"author": "The Haiku Team <contact@haiku.ai>",
"license": "SEE LICENSE.md",
"repository": {
"type": "git",
"url": "git+https://github.com/diez/diez.git"
},
"homepage": "https://diez.org",
"dependencies": {
"@diez/engine": "^10.5.0-beta.0",
"@diez/prefabs": "^10.5.0-beta.0"
Expand All @@ -25,7 +30,9 @@
"start": "yarn run-web",
"lint": "tslint -p . -t stylish",
"fix": "tslint -p . -t stylish --fix",
"compile": "yarn build-web >/dev/null 2>&1",
"pack": "npm pack"
"compile": "yarn build-web >/dev/null 2>&1"
},
"publishConfig": {
"access": "public"
}
}

0 comments on commit f67dfde

Please sign in to comment.