Skip to content

Commit

Permalink
fix: go public on NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
kbariotis committed Jan 4, 2022
1 parent c8ed2a7 commit 80ac0e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"name": "node-cron-expression",
"version": "1.1.0",
"private": true,
"description": "Declarative functional crontab expression builder",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",
"module": "build/module/index.js",
"repository": "https://github.com/kbariotis/node-cron-expression",
"license": "MIT",
"keywords": [],
"keywords": [
"cron",
"crontab",
"nodejs"
],
"scripts": {
"build": "run-p build:*",
"build:main": "tsc -p tsconfig.json",
Expand Down

0 comments on commit 80ac0e1

Please sign in to comment.