Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @smarterlabs/director@0.3.0
 - @app/sandbox-director@0.2.0
  • Loading branch information
kennedyrose committed May 19, 2020
1 parent 58eda5e commit 69321f7
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.3",
"version": "0.3.0",
"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.3",
"version": "0.2.0",
"private": true,
"scripts": {
"build": "node director build",
"clean": "node director clean",
"dev": "node director develop"
},
"dependencies": {
"@smarterlabs/director": "^0.2.3"
"@smarterlabs/director": "^0.3.0"
}
}

0 comments on commit 69321f7

Please sign in to comment.