npm package

This commit is contained in:
Kyle Spearrin 2018-01-05 00:31:04 -05:00
parent bbfe69eea0
commit 5bcfa67635
3 changed files with 13 additions and 2 deletions

10
.npmignore Normal file
View File

@ -0,0 +1,10 @@
.vs
.idea
./node_modules
npm-debug.log
*.crx
*.pem
package-lock.json
# more
*.sln
.editorconfig

View File

@ -1,6 +1,6 @@
{
"name": "@bitwarden/jslib",
"version": "0.0.1",
"version": "0.0.3",
"scripts": {
},

View File

@ -1 +1,2 @@
export { BrowserType } from './enums/browserType.enum';
export { CipherType } from './enums/cipherType.enum';