@richardo2016/ts-type-helpers
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@richardo2016/ts-type-helpers", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "package of @richardo2016", | ||
@@ -9,3 +9,3 @@ "author": "Richardo2016 <richardo2016@gmail.com>", | ||
"main": "./es/index.js", | ||
"types": "./@types/index.d.ts", | ||
"types": "./typings/index.d.ts", | ||
"module": "./es/index.js", | ||
@@ -45,3 +45,3 @@ "browser": "./es/index.js", | ||
}, | ||
"gitHead": "a15f9f4435e4fb039e6c0ea8a403db3bd419e81e" | ||
"gitHead": "aa10dccfea7f8d51517cabd38f32b26e278cf4d2" | ||
} |
2805