Delete package.json.d.ts

This commit is contained in:
Acid Chicken (硫酸鶏) 2018-08-17 02:18:04 +09:00 committed by GitHub
parent 0ba8f4c177
commit d3da139788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +0,0 @@
declare module 'package.json' {
export name: string;
export version: string;
}