doc: updated read me and version in package.json

This commit is contained in:
Giles Bradshaw 2020-07-30 07:20:29 +01:00
parent 47a907d1d9
commit 4229635a8b
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# compose # @sigyl/jsonnet-compose
functional composition for jsonnet functional composition for jsonnet

View File

@ -1,6 +1,6 @@
{ {
"name": "@sigyl/jsonnet-compose", "name": "@sigyl/jsonnet-compose",
"version": null, "version": "0.0.2",
"description": "function compose", "description": "function compose",
"main": "compose.libsonnet", "main": "compose.libsonnet",
"scripts": { "scripts": {