Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @smarterlabs/director@0.2.0
 - @app/sandbox-a@0.2.0
 - @app/sandbox-director@0.1.0
  • Loading branch information
kennedyrose committed May 13, 2020
1 parent c6bda42 commit 6050d55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.1.0",
"version": "0.2.0",
"main": "src/director.js",
"dependencies": {
"del": "^5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sandbox-a/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@app/sandbox-a",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "serve www -l 5000"
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.0.1",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "node director build",
"clean": "node director clean",
"dev": "node director develop"
},
"dependencies": {
"@smarterlabs/director": "^0.1.0"
"@smarterlabs/director": "^0.2.0"
}
}

0 comments on commit 6050d55

Please sign in to comment.