Skip to content

Commit

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

0 comments on commit 2876936

Please sign in to comment.