Skip to content

Commit e3d05af

Browse files
committed
rename package name to embark, update to 2.0.0
1 parent 5fce468 commit e3d05af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boilerplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"homepage": "",
1212
"devDependencies": {
13-
"embark-framework": "iurimatias/embark-framework#embark2",
13+
"embark": "^2.0.0",
1414
"mocha": "^2.2.5"
1515
}
1616
}

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"homepage": "",
1212
"devDependencies": {
13-
"embark-framework": "iurimatias/embark-framework#embark2",
13+
"embark": "^2.0.0",
1414
"mocha": "^2.2.5"
1515
}
1616
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "embark-framework",
2+
"name": "embark",
33
"version": "2.0.0",
44
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
55
"scripts": {

0 commit comments

Comments
 (0)