This commit is contained in:
Philipp Kunz 2021-08-12 23:35:40 +02:00
parent 93153baa95
commit b02ee5e9f4
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@pushrocks/smartsystem", "name": "@pushrocks/smartsystem",
"version": "2.0.9", "version": "2.0.10",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@pushrocks/smartsystem", "name": "@pushrocks/smartsystem",
"version": "2.0.9", "version": "2.0.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pushrocks/lik": "^4.0.20", "@pushrocks/lik": "^4.0.20",

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartsystem", "name": "@pushrocks/smartsystem",
"version": "2.0.9", "version": "2.0.10",
"description": "interact with the system you are running on", "description": "interact with the system you are running on",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -53,4 +53,4 @@
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
] ]
} }