mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
npm package
This commit is contained in:
10
.npmignore
Normal file
10
.npmignore
Normal file
@@ -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",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.3",
|
||||
"scripts": {
|
||||
|
||||
},
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
|
||||
export { BrowserType } from './enums/browserType.enum';
|
||||
export { CipherType } from './enums/cipherType.enum';
|
||||
|
||||
Reference in New Issue
Block a user