Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
668fd0998f | |||
e0611f3f64 | |||
928f3212a3 |
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,4 +4,5 @@ test/
|
|||||||
pages/
|
pages/
|
||||||
public/
|
public/
|
||||||
npm-debug/
|
npm-debug/
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.yarn/
|
@ -1,6 +0,0 @@
|
|||||||
compile/
|
|
||||||
coverage/
|
|
||||||
test/
|
|
||||||
docs/
|
|
||||||
examples
|
|
||||||
.gitignore
|
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@gitzone/npmts",
|
"name": "@gitzone/npmts",
|
||||||
"version": "8.0.36",
|
"version": "8.0.38",
|
||||||
"description": "best practice npm TypeScript modules",
|
"description": "best practice npm TypeScript modules",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
@ -35,7 +35,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/gitzone/npmts#readme",
|
"homepage": "https://gitlab.com/gitzone/npmts#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pushrocks/smartcli": "^3.0.0",
|
"@pushrocks/smartcli": "^3.0.1",
|
||||||
"@types/gulp-sourcemaps": "0.0.32",
|
"@types/gulp-sourcemaps": "0.0.32",
|
||||||
"@types/minimatch": "^3.0.1",
|
"@types/minimatch": "^3.0.1",
|
||||||
"@types/through2": "^2.0.33",
|
"@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"
|
normalize-path "^2.0.1"
|
||||||
through2 "^2.0.3"
|
through2 "^2.0.3"
|
||||||
|
|
||||||
"@pushrocks/smartcli@^3.0.0":
|
"@pushrocks/smartcli@^3.0.1":
|
||||||
version "3.0.0"
|
version "3.0.1"
|
||||||
resolved "https://registry.yarnpkg.com/@pushrocks/smartcli/-/smartcli-3.0.0.tgz#1840db8c8e5504ac136ce4051f3906158338192a"
|
resolved "https://registry.yarnpkg.com/@pushrocks/smartcli/-/smartcli-3.0.1.tgz#330ca93f83ecaa23f9213cefa23270105a7728fc"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/yargs" "^11.0.0"
|
"@types/yargs" "^11.0.0"
|
||||||
beautylog "^6.1.10"
|
beautylog "^6.1.10"
|
||||||
|
Reference in New Issue
Block a user