Skip to content

Commit

Permalink
version upgrade 0.3.14 and integrate with circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alseambusher committed May 20, 2021
1 parent a7a85f0 commit 5e56558
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
19 changes: 13 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
@@ -1,10 +1,11 @@
{
"name": "crontab-ui",
"version": "0.3.13",
"version": "0.3.14",
"description": "Easy and safe way to manage your crontab file",
"main": "index.js",
"scripts": {
"start": "node app.js"
"start": "node app.js",
"test": "node tests/test.js"
},
"dependencies": {
"body-parser": "latest",
Expand Down
1 change: 1 addition & 0 deletions tests/test.js
@@ -0,0 +1 @@
console.log("Installation complete");

0 comments on commit 5e56558

Please sign in to comment.