1
0
Fork 0
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:
yhirano55 2018-05-17 19:45:13 +09:00 committed by Tim Neutkens
parent f6880954c1
commit ee1b6d93ce

View file

@ -1,5 +1,5 @@
{
"name": "with-typescript-plugin",
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
@ -15,5 +15,6 @@
"devDependencies": {
"@types/next": "^2.4.7",
"@types/react": "^16.0.36"
}
},
"license": "ISC"
}