Skip to content

Commit 3de1ae7

Browse files
author
rolsen
committed
lerna: Not publishing previously unpublished packages.
1 parent b4e0bea commit 3de1ae7

13 files changed

Lines changed: 13 additions & 0 deletions

File tree

kipling-cli/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "kipling-cli",
33
"version": "1.0.0",
4+
"private": true,
45
"description": "This is a cmd-line based program that gives you access to LabJack devices.",
56
"main": "lib/kipling-cli.js",
67
"scripts": {

ljm-shell_logger/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ljm-shell_logger",
33
"version": "0.0.1",
4+
"private": true,
45
"description": "A logger program with a cmd shell interface to assist in the creation of the logger module in Kipling.",
56
"main": "./lib/shell_logger.js",
67
"scripts": {

ljswitchboard-builder/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "ljswitchboard-builder",
33
"description": "Building and packing for the ljswitchboard program.",
44
"version": "3.0.7",
5+
"private": true,
56
"homepage": "https://github.com/labjack/labjack_kipling/tree/master/ljswitchboard-builder",
67
"repository": {
78
"type": "git",

ljswitchboard-core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ljswitchboard-core",
33
"version": "0.0.5",
4+
"private": true,
45
"description": "One of the nw applications that gets launched by ljswitchboard",
56
"author": {
67
"name": "Chris Johnson",

ljswitchboard-device_manager/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ljswitchboard-device_manager",
33
"version": "1.0.0",
4+
"private": true,
45
"description": "Device manager for Kipling.",
56
"main": "device_manager.js",
67
"repository": {

ljswitchboard-electron_splash_screen/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ljswitchboard-electron_splash_screen",
33
"version": "0.0.1",
4+
"private": true,
45
"description": "The splash screen & primary loading file for LabJack's Kipling program.",
56
"author": {
67
"name": "Chris Johnson",

ljswitchboard-io_manager/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ljswitchboard-io_manager",
33
"version": "0.1.17",
4+
"private": true,
45
"description": "A promise based distributed ljm wrapper with extra logging based functionality for the ljswitchboard project",
56
"main": "lib/io_manager",
67
"scripts": {

ljswitchboard-kipling/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ljswitchboard-kipling",
33
"version": "3.1.18",
4+
"private": true,
45
"description": "One of the nw applications that gets launched by ljswitchboard",
56
"author": {
67
"name": "Chris Johnson",

ljswitchboard-kipling_tester/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ljswitchboard-kipling_tester",
33
"version": "0.0.1",
4+
"private": true,
45
"description": "One of the nw applications that gets launched by ljswitchboard",
56
"author": {
67
"name": "Chris Johnson",

ljswitchboard-module_manager/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ljswitchboard-module_manager",
33
"version": "1.0.3",
4+
"private": true,
45
"startupDataVersion": "0.0.1",
56
"description": "A project that is dedicated to rendering, loading, and managing modules for the ljswitchboard project",
67
"author": {

0 commit comments

Comments
 (0)