@nuintun/qrcode
Advanced tools
Comparing version 0.2.0 to 0.3.0
{ | ||
"name": "@nuintun/qrcode", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"description": "QRCode encode and decode library.", | ||
@@ -24,5 +24,5 @@ "main": "es5/index.js", | ||
"example": "rollup -c example/rollup.config.js", | ||
"build": "npm run build:es5 && npm run build:es6", | ||
"build": "npm run build:es5 && npm run build:esnext", | ||
"build:es5": "tsc --pretty --module commonjs --outDir es5", | ||
"build:es6": "tsc --pretty --module esnext --outDir esnext" | ||
"build:esnext": "tsc --pretty --module esnext --outDir esnext" | ||
}, | ||
@@ -34,3 +34,3 @@ "dependencies": { | ||
"rollup": "^1.10.1", | ||
"typescript": "^3.4.4", | ||
"typescript": "^3.4.5", | ||
"rollup-plugin-node-resolve": "^4.2.3" | ||
@@ -37,0 +37,0 @@ }, |
434692