typescript-optional
Advanced tools
Comparing version 3.0.0-alpha.0 to 3.0.0-alpha.1
{ | ||
"name": "typescript-optional", | ||
"version": "3.0.0-alpha.0", | ||
"version": "3.0.0-alpha.1", | ||
"description": "Optional (like Java) implementation in TypeScript", | ||
@@ -24,3 +24,3 @@ "keywords": [ | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir dist/cjs/", | ||
"build:cjs": "tsc --module CommonJS --outDir dist/cjs/", | ||
"test": "jest", | ||
@@ -27,0 +27,0 @@ "test:coverage": "jest --coverage", |