Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 0aa36e6

Browse files
author
Sachin Maheshwari
committed
es6 standard in auth lib
1 parent d60c212 commit 0aa36e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"npm": "5"
1212
},
1313
"scripts": {
14-
"start": "node src/app.js",
14+
"start": "node -r esm src/app.js",
1515
"serve": "./node_modules/.bin/concurrently \"npm run start:be\" \"npm run start:fe\"",
1616
"start:be": "nodemon src/app.js ",
1717
"start:fe": "gulp build:watch",
@@ -53,6 +53,7 @@
5353
"cors": "^2.8.4",
5454
"debug": "~2.6.3",
5555
"dynamoose": "^1.1.0",
56+
"esm": "^3.2.25",
5657
"express": "^4.15.4",
5758
"express-jwt": "^5.3.0",
5859
"express-session": "^1.15.5",

0 commit comments

Comments
 (0)