Skip to content

Commit

Permalink
update package.json to be published
Browse files Browse the repository at this point in the history
  • Loading branch information
zelcion committed Jul 2, 2021
1 parent 8bccf2c commit f8f38d8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "meta-system",
"version": "0.1.0",
"description": "A system to be any system",
"main": "index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "npm ci && npx tsc",
"test": "mocha --exit --sort",
Expand Down Expand Up @@ -60,8 +61,9 @@
"url": "git+https://github.com/mapikit/meta-system.git"
},
"keywords": [
"market",
"marketplace",
"configuration",
"low-code",
"service",
"api",
"backend"
],
Expand Down

0 comments on commit f8f38d8

Please sign in to comment.