3 Commits

Author SHA1 Message Date
340a5c3fb7 1.0.5 2018-12-21 13:38:21 +01:00
17bcaa4a05 1.0.4 2018-12-21 13:38:06 +01:00
82ca47ceee fix(core): update 2018-12-21 13:38:06 +01:00
3 changed files with 5 additions and 3 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ coverage/
public/
pages/
.yarn/
dist/
.cache/

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/webdetector",
"version": "1.0.2",
"version": "1.0.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/webdetector",
"version": "1.0.2",
"version": "1.0.5",
"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)"
},