mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-02 23:11:40 +01:00
commonjs module
This commit is contained in:
parent
ad99560a92
commit
9cc6103436
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@bitwarden/jslib",
|
"name": "@bitwarden/jslib",
|
||||||
"version": "0.0.5",
|
"version": "0.0.7",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
"module": "es6",
|
"module": "commonjs",
|
||||||
"target": "ES2016",
|
"target": "ES2016",
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"outDir": "./dist"
|
"outDir": "./dist"
|
||||||
|
Loading…
Reference in New Issue
Block a user