From 972073214fe25c74136c57f4695a43dd83eebaea Mon Sep 17 00:00:00 2001 From: Mael Date: Mon, 8 Oct 2018 10:13:04 +0000 Subject: [PATCH] Publication d'un package NPM --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1b82eed96..a47225dd0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syso", "license": "MIT", - "version": "0.6.1", + "version": "0.6.2", "description": "Library to compute the french social security contributions. Also a website that explains the calculations, and a generic engine to build similar simulators and computations.", "main": "./dist/engine.js", "files": ["dist/engine.js"],