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