Skip to content

Commit ccb5ed7

Browse files
author
rolsen
committed
Merge branch 'master' of github.com:labjack/labjack_kipling
2 parents 9ef07e8 + 5cda55f commit ccb5ed7

15 files changed

Lines changed: 23 additions & 1 deletion

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": {

lerna.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,13 @@
33
"packages": [
44
"./*"
55
],
6-
"version": "independent"
6+
"version": "independent",
7+
"ignoreChanges": [
8+
"test*/**",
9+
"**/*.md",
10+
"deploy/**",
11+
"third_party_code/**",
12+
"temp*/**",
13+
"jshint*"
14+
]
715
}

lj_async_0_to_x_shim/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "lj_async_0_to_x_shim",
33
"version": "0.0.1",
4+
"private": true,
45
"description": "A repository to make it easier to switch from async 0 to async 2,3 ++",
56
"main": "lj_async_shim.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",

0 commit comments

Comments
 (0)