mirror of https://github.com/embarklabs/embark.git
update to 0.1.2
This commit is contained in:
parent
f5b38d9265
commit
7ccec28402
|
@ -7,7 +7,7 @@ var grunt = require('grunt');
|
|||
require('shelljs/global');
|
||||
|
||||
program
|
||||
.version('0.1.1')
|
||||
.version('0.1.2')
|
||||
|
||||
program.command('new [name]').description('New application').action(function(name) {
|
||||
if (name === undefined) {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"license": "ISC",
|
||||
"homepage": "",
|
||||
"devDependencies": {
|
||||
"embark-framework": "^0.1.1",
|
||||
"embark-framework": "^0.1.2",
|
||||
"commander": "^2.8.1",
|
||||
"compression": "^1.4.3",
|
||||
"express": "^4.12.3",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark-framework",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
|
|
Loading…
Reference in New Issue