@appthreat/atom
Advanced tools
Comparing version 0.7.3 to 0.7.4
{ | ||
"name": "@appthreat/atom", | ||
"version": "0.7.3", | ||
"version": "0.7.4", | ||
"description": "Create atom (⚛) representation for your application, packages and libraries", | ||
@@ -9,2 +9,5 @@ "main": "index.js", | ||
}, | ||
"bin": { | ||
"atom": "./index" | ||
}, | ||
"repository": { | ||
@@ -11,0 +14,0 @@ "type": "git", |
78794497