Skip to content

Commit

Permalink
Releasing new build of the lava.js module
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill committed Mar 18, 2017
1 parent c1a6e35 commit b2d07d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion composer.json
Expand Up @@ -95,7 +95,9 @@
"scripts": {
"test": "phpunit -c phpunit.xml",
"cs": "phpcs --standard=PSR2 src tests",
"cbf" : "phpcbf --standard=PSR2 src tests"
"cbf" : "phpcbf --standard=PSR2 src tests",
"lavajs:pull" : "git subtree --prefix=javascript pull lavajs master",
"lavajs:push" : "git subtree --prefix=javascript push lavajs master"
},
"minimum-stability": "stable"
}

0 comments on commit b2d07d4

Please sign in to comment.