fix(core): update

This commit is contained in:
2020-06-25 20:10:43 +00:00
parent 297e65ebe5
commit 16fd8be8be
9 changed files with 135 additions and 73 deletions

View File

@@ -3,8 +3,8 @@
"version": "1.0.29",
"private": false,
"description": "update your tools in a smart way",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
@@ -29,14 +29,15 @@
"@pushrocks/smartversion": "^2.0.4"
},
"files": [
"ts/*",
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}
}