Skip to content

Commit 838b750

Browse files
a
1 parent a424592 commit 838b750

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
This is the seed application for node js
22

33
## Available Scripts
4+
[![current version](https://img.shields.io/npm/v/create-node-app.svg)](https://www.npmjs.com/package/create-node-app)
45
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
56
[![Greenkeeper badge](https://badges.greenkeeper.io/Aakashdeveloper/create-node-app.svg)](https://greenkeeper.io/)
67

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aakashdeveloper/create-node-app",
3-
"version": "1.0.14",
3+
"version": "1.0.15",
44
"description": "The Seed will help you build node app with es6 very quick",
55
"main": "index.js",
66
"scripts": {
@@ -17,7 +17,8 @@
1717
"Node",
1818
"Es6",
1919
"Docker",
20-
"babel"
20+
"babel",
21+
"EJS"
2122
],
2223
"author": "aakashdeveloper",
2324
"license": "ISC",

0 commit comments

Comments
 (0)