Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kktjs/kkt
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 22, 2021
2 parents 448aaf7 + 55695a3 commit e37978f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"react": "17.0.1",
"react-dom": "17.0.1",
"web-vitals": "1.0.1"
"web-vitals": "1.1.0"
},
"devDependencies": {
"kkt": "6.2.1"
Expand Down
4 changes: 2 additions & 2 deletions example/react-component-tsx/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<!--<link rel="manifest" href="%PUBLIC_URL%/manifest.json">-->
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
Expand Down Expand Up @@ -36,4 +36,4 @@
-->
</body>

</html>
</html>
6 changes: 6 additions & 0 deletions example/react-component-tsx/website/react-app-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ declare module '*.module.less' {
const classes: { readonly [key: string]: string };
export default classes;
}


declare module '*.md' {
const src: string;
export default src;
}
2 changes: 1 addition & 1 deletion example/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"react": "17.0.1",
"react-dom": "17.0.1",
"web-vitals": "1.0.1"
"web-vitals": "1.1.0"
},
"devDependencies": {
"@kkt/less-modules": "6.2.1",
Expand Down

2 comments on commit e37978f

@vercel
Copy link

@vercel vercel bot commented on e37978f Jan 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-bundle-example – ./

kkt-bundle-example-git-master.398188662.vercel.app
kkt.vercel.app
kkt-bundle-example.398188662.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e37978f Jan 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kkt-basic-example – ./

kkt.vercel.app
kkt-basic-example-git-master.398188662.vercel.app
kkt-basic-example.398188662.vercel.app

Please sign in to comment.