Skip to content

Commit

Permalink
refactor(monorepo): new relases and packge.lock fix (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderElias authored Mar 5, 2020
1 parent c89076f commit 73e23c0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion projects/scullyio/ng-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scullyio/ng-lib",
"version": "0.0.19",
"version": "0.0.20",
"repository": {
"type": "GIT",
"url": "https://github.com/scullyio/scully/tree/master/projects/scullyio/ng-lib"
Expand Down
18 changes: 11 additions & 7 deletions scully/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scullyio/scully",
"version": "0.0.78",
"version": "0.0.79",
"description": "Scully CLI",
"repository": {
"type": "GIT",
Expand All @@ -10,27 +10,31 @@
"scully": "./scully.js"
},
"main": "/index.js",
"author": "@herodevs",
"license": "MIT",
"dependencies": {
"asciidoctor.js": "^1.5.9",
"chalk": "2.4.2",
"chokidar": "^3.3.0",
"compression": "^1.7.4",
"express": "^4.17.1",
"front-matter": "^3.0.2",
"fs-extra": "^8.1.0",
"guess-parser": "^0.4.15",
"jsdom": "^15.2.1",
"jsonc": "2.0.0",
"marked": "^0.7.0",
"puppeteer": "^2.0.0",
"yamljs": "^0.3.0",
"yargs": "^14.2.0",
"open": "^7.0.2",
"puppeteer": "^2.0.0",
"selfsigned": "^1.10.7",
"ws": "^7.2.1"
"ws": "^7.2.1",
"yamljs": "^0.3.0",
"yargs": "^14.2.0"
},
"author": "@herodevs",
"license": "MIT",
"devDependencies": {
"@types/compression": "^1.7.0",
"@types/express": "^4.17.0",
"@types/jsdom": "^16.1.0",
"@types/marked": "^0.7.0",
"@types/node": "^12.11.1",
"@types/puppeteer": "^1.20.2",
Expand Down

0 comments on commit 73e23c0

Please sign in to comment.