npm package
This commit is contained in:
parent
bbfe69eea0
commit
5bcfa67635
|
@ -0,0 +1,10 @@
|
||||||
|
.vs
|
||||||
|
.idea
|
||||||
|
./node_modules
|
||||||
|
npm-debug.log
|
||||||
|
*.crx
|
||||||
|
*.pem
|
||||||
|
package-lock.json
|
||||||
|
# more
|
||||||
|
*.sln
|
||||||
|
.editorconfig
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@bitwarden/jslib",
|
"name": "@bitwarden/jslib",
|
||||||
"version": "0.0.1",
|
"version": "0.0.3",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
|
export { BrowserType } from './enums/browserType.enum';
|
||||||
|
export { CipherType } from './enums/cipherType.enum';
|
||||||
|
|
Loading…
Reference in New Issue