fix(core): update
This commit is contained in:
parent
495e326b91
commit
82ca47ceee
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ coverage/
|
|||||||
public/
|
public/
|
||||||
pages/
|
pages/
|
||||||
.yarn/
|
.yarn/
|
||||||
|
dist/
|
||||||
|
.cache/
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/webdetector",
|
"name": "@pushrocks/webdetector",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@pushrocks/webdetector",
|
"name": "@pushrocks/webdetector",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "detect different environments within the browser",
|
"description": "detect different environments within the browser",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
@ -8,7 +8,7 @@
|
|||||||
"author": "Lossless GmbH",
|
"author": "Lossless GmbH",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "(parcel serve test/index.html)",
|
"test": "(parcel build test/index.html --out-dir ./test/dist)",
|
||||||
"build": "(tsbuild --web)",
|
"build": "(tsbuild --web)",
|
||||||
"format": "(gitzone format)"
|
"format": "(gitzone format)"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user