mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Minor improve with-typescript example [ci skip] (#4402)
* Added license to package.json. * Modified package name same as dir name.
This commit is contained in:
parent
f6880954c1
commit
ee1b6d93ce
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "with-typescript-plugin",
|
"name": "with-typescript",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next",
|
"dev": "next",
|
||||||
|
@ -15,5 +15,6 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/next": "^2.4.7",
|
"@types/next": "^2.4.7",
|
||||||
"@types/react": "^16.0.36"
|
"@types/react": "^16.0.36"
|
||||||
}
|
},
|
||||||
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue