mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
new script for publishing
This commit is contained in:
parent
2b4cd3fba7
commit
66aa1a783d
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@bitwarden/jslib",
|
||||
"version": "0.0.13",
|
||||
"version": "0.0.14",
|
||||
"description": "Common code used across bitwarden JavaScript projects.",
|
||||
"keywords": [
|
||||
"bitwarden"
|
||||
@ -22,7 +22,8 @@
|
||||
"build": "tsc && typedoc --out dist/docs --target es6 --theme minimal --mode file src",
|
||||
"start": "tsc -watch",
|
||||
"lint": "tslint src/**/*.ts || true",
|
||||
"lint:fix": "tslint src/**/*.ts --fix"
|
||||
"lint:fix": "tslint src/**/*.ts --fix",
|
||||
"publish": "npm run build && npm publish --access public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^2.6.2",
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { DeviceType } from '../enums/deviceType.enum';
|
||||
import { DeviceType } from '../enums/deviceType';
|
||||
|
||||
export interface PlatformUtilsService {
|
||||
getDevice(): DeviceType;
|
||||
|
Loading…
Reference in New Issue
Block a user