mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 06:16:01 +00:00
update to 0.8.0
This commit is contained in:
parent
8544756684
commit
2128bacf99
@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig) {
|
||||
}
|
||||
|
||||
program
|
||||
.version('0.7.3')
|
||||
.version('0.8.0')
|
||||
|
||||
program.command('new [name]').description('New application').action(function(name) {
|
||||
if (name === undefined) {
|
||||
|
@ -10,8 +10,8 @@
|
||||
"license": "ISC",
|
||||
"homepage": "",
|
||||
"devDependencies": {
|
||||
"embark-framework": "^0.7.3",
|
||||
"grunt-embark": "^0.2.0",
|
||||
"embark-framework": "^0.8.0",
|
||||
"grunt-embark": "^0.3.0",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-coffee": "^0.13.0",
|
||||
"grunt-contrib-concat": "^0.5.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "embark-framework",
|
||||
"version": "0.7.3",
|
||||
"version": "0.8.0",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user