Skip to content

Commit

Permalink
feat: setup app package dependencies and main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 14, 2019
1 parent 5e886c5 commit b2826ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
'use strict'
12 changes: 12 additions & 0 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "my-app",
"private": true,
"version": "0.0.1",
"description": "My awesome E-Com Plus app",
"main": "main.js",
"dependencies": {
"console-files": "2.x",
"ecomplus-app-sdk": "1.x",
"express": "4.x"
}
}

0 comments on commit b2826ed

Please sign in to comment.