Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "hapkit", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "An Apple HomeKit Accessory Protocol kit and server for easily wrapping your accessories in NodeJS for both Type- and JavaScript. 📡🏚", | ||
"main": "source/HapKit.js", | ||
"scripts": { | ||
"start": "tsc source/HapKit.ts --declaration --declarationMap --sourceMap --module CommonJS --watch", | ||
"compile": "tsc source/HapKit.ts --declaration --declarationMap --sourceMap --module CommonJS", | ||
"start": "tsc --watch", | ||
"compile": "tsc", | ||
"prepublish": "npm run compile", | ||
"test": "npm run test-typescript", | ||
"test-typescript": "npm run compile && npm run test-compile && node test/TypeScript.js", | ||
"test-compile": "tsc test/TypeScript.ts --module CommonJS" | ||
"test-typescript": "npm run compile && node test/Test.js" | ||
}, | ||
@@ -18,15 +17,5 @@ "repository": { | ||
}, | ||
"keywords": [ | ||
"strcss", | ||
"css", | ||
"inline", | ||
"react", | ||
"component" | ||
], | ||
"author": "Jeffrey Lanters", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/jeffreylanters/strcss/issues" | ||
}, | ||
"homepage": "https://github.com/jeffreylanters/strcss#readme" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
6109
12
148
1