Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @smarterlabs/director@0.2.3
 - @app/sandbox-director@0.1.3
  • Loading branch information
kennedyrose committed May 13, 2020
1 parent d29854e commit e66e169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/director/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smarterlabs/director",
"version": "0.2.2",
"version": "0.2.3",
"main": "src/director.js",
"dependencies": {
"del": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sandbox-director/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@app/sandbox-director",
"version": "0.1.2",
"version": "0.1.3",
"private": true,
"scripts": {
"build": "node director build",
"clean": "node director clean",
"dev": "node director develop"
},
"dependencies": {
"@smarterlabs/director": "^0.2.2"
"@smarterlabs/director": "^0.2.3"
}
}

0 comments on commit e66e169

Please sign in to comment.