Skip to content

Commit 5e56558

Browse files
committed
version upgrade 0.3.14 and integrate with circle ci
1 parent a7a85f0 commit 5e56558

File tree

3 files changed

+17
-8
lines changed

3 files changed

+17
-8
lines changed

package-lock.json

Lines changed: 13 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "crontab-ui",
3-
"version": "0.3.13",
3+
"version": "0.3.14",
44
"description": "Easy and safe way to manage your crontab file",
55
"main": "index.js",
66
"scripts": {
7-
"start": "node app.js"
7+
"start": "node app.js",
8+
"test": "node tests/test.js"
89
},
910
"dependencies": {
1011
"body-parser": "latest",

tests/test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
console.log("Installation complete");

0 commit comments

Comments
 (0)