fix(core): update

This commit is contained in:
2018-12-21 13:38:06 +01:00
parent 495e326b91
commit 82ca47ceee
3 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@pushrocks/webdetector",
"version": "1.0.2",
"version": "1.0.3",
"private": false,
"description": "detect different environments within the browser",
"main": "dist/index.js",
@@ -8,7 +8,7 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(parcel serve test/index.html)",
"test": "(parcel build test/index.html --out-dir ./test/dist)",
"build": "(tsbuild --web)",
"format": "(gitzone format)"
},