diff options
Diffstat (limited to 'school/node_modules/polka/package.json')
-rw-r--r-- | school/node_modules/polka/package.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/school/node_modules/polka/package.json b/school/node_modules/polka/package.json deleted file mode 100644 index 3a6cf11..0000000 --- a/school/node_modules/polka/package.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "polka", - "version": "0.5.2", - "description": "A micro web server so fast, it'll make you dance! :dancers:", - "repository": "lukeed/polka", - "license": "MIT", - "files": [ - "*.js" - ], - "author": { - "name": "Luke Edwards", - "email": "luke@lukeed.com", - "url": "https://lukeed.com" - }, - "dependencies": { - "@polka/url": "^0.5.0", - "trouter": "^2.0.1" - } -} |