Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "wifi-qr", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Command-line utility to generate QR codes for wifi access", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,3 +7,7 @@ { | ||
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */, | ||
// "lib": [], /* Specify library files to be included in the compilation. */ | ||
"lib": [ | ||
"dom", | ||
"es5", | ||
"es2016" | ||
] /* Specify library files to be included in the compilation. */, | ||
// "allowJs": true, /* Allow javascript files to be compiled. */ | ||
@@ -10,0 +14,0 @@ // "checkJs": true, /* Report errors in .js files. */ |
40608
790