@locker/shared
Advanced tools
Comparing version 0.18.15 to 0.18.16
{ | ||
"name": "@locker/shared", | ||
"version": "0.18.15", | ||
"version": "0.18.16", | ||
"license": "SEE LICENSE IN LICENSE.txt", | ||
@@ -8,7 +8,4 @@ "author": "Salesforce UI Security Team", | ||
"main": "dist/index.cjs.js", | ||
"main:min": "dist/index.min.cjs.js", | ||
"module": "dist/index.mjs.js", | ||
"module:min": "dist/index.min.mjs.js", | ||
"sideEffects": false, | ||
"typings": "types/index.d.ts", | ||
"publishConfig": { | ||
@@ -18,11 +15,10 @@ "access": "public" | ||
"scripts": { | ||
"build": "tsc --project tsconfig.types.json && rollup --config .rolluprc.cjs", | ||
"build": "rollup --config .rolluprc.cjs", | ||
"build:dev": "cross-env NODE_ENV=development yarn build", | ||
"clean": "locker-trash dist/ types/" | ||
"clean": "locker-trash dist/" | ||
}, | ||
"files": [ | ||
"dist/", | ||
"types/", | ||
"LICENSE.txt" | ||
] | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3608
179700
7