Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
e0611f3f64 | |||
928f3212a3 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ pages/
|
||||
public/
|
||||
npm-debug/
|
||||
.DS_Store
|
||||
.yarn/
|
@ -1,6 +0,0 @@
|
||||
compile/
|
||||
coverage/
|
||||
test/
|
||||
docs/
|
||||
examples
|
||||
.gitignore
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@gitzone/npmts",
|
||||
"version": "8.0.36",
|
||||
"version": "8.0.37",
|
||||
"description": "best practice npm TypeScript modules",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
@ -35,7 +35,7 @@
|
||||
},
|
||||
"homepage": "https://gitlab.com/gitzone/npmts#readme",
|
||||
"dependencies": {
|
||||
"@pushrocks/smartcli": "^3.0.0",
|
||||
"@pushrocks/smartcli": "^3.0.1",
|
||||
"@types/gulp-sourcemaps": "0.0.32",
|
||||
"@types/minimatch": "^3.0.1",
|
||||
"@types/through2": "^2.0.33",
|
||||
|
4026
yarn-error.log
Normal file
4026
yarn-error.log
Normal file
File diff suppressed because it is too large
Load Diff
@ -19,9 +19,9 @@
|
||||
normalize-path "^2.0.1"
|
||||
through2 "^2.0.3"
|
||||
|
||||
"@pushrocks/smartcli@^3.0.0":
|
||||
version "3.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@pushrocks/smartcli/-/smartcli-3.0.0.tgz#1840db8c8e5504ac136ce4051f3906158338192a"
|
||||
"@pushrocks/smartcli@^3.0.1":
|
||||
version "3.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@pushrocks/smartcli/-/smartcli-3.0.1.tgz#330ca93f83ecaa23f9213cefa23270105a7728fc"
|
||||
dependencies:
|
||||
"@types/yargs" "^11.0.0"
|
||||
beautylog "^6.1.10"
|
||||
|
Reference in New Issue
Block a user