@kiwi-lib/utils
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,1 +0,1 @@ | ||
export * from './hello-world'; | ||
export * from './types'; |
@@ -13,3 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./hello-world"), exports); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@kiwi-lib/utils", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "src/index.ts", | ||
@@ -9,2 +9,3 @@ "types": "src/index.ts", | ||
"scripts": { | ||
"lint": "eslint \"{{src}/**/*.ts,**.js}\" --fix", | ||
"test": "jest --forceExit", | ||
@@ -11,0 +12,0 @@ "test:watch": "jest --watch", |
@@ -1,1 +0,1 @@ | ||
export * from './hello-world'; | ||
export * from './types'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28458
16
41