Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
fix(pkg): rename package to @labshare/lsc to fix publishing errors
Browse files Browse the repository at this point in the history
Add "main" field pointing to bootstrap file. This allows lsc to be run programmatically.
  • Loading branch information
KalleV committed Oct 24, 2018
1 parent d23b520 commit abe8e76
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "lsc",
"main": "./",
"name": "@labshare/lsc",
"namespace": "lsc",
"main": "./lib/bin/lsc.js",
"version": "2.2.6",
"description": "Lab Share Command",
"contributors": "https://github.com/LabShare/lsc/graphs/contributors",
Expand All @@ -14,7 +15,7 @@
},
"engines": {
"npm": ">=3.7.0",
"node": ">=6.0.0"
"node": ">=8.0.0"
},
"types": "./index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit abe8e76

Please sign in to comment.