Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @smarterlabs/director@0.2.2
 - @app/sandbox-director@0.1.2
  • Loading branch information
kennedyrose committed May 13, 2020
1 parent 08b1a95 commit f06dacf
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.1",
"version": "0.2.2",
"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.1",
"version": "0.1.2",
"private": true,
"scripts": {
"build": "node director build",
"clean": "node director clean",
"dev": "node director develop"
},
"dependencies": {
"@smarterlabs/director": "^0.2.1"
"@smarterlabs/director": "^0.2.2"
}
}

0 comments on commit f06dacf

Please sign in to comment.