From 114ecb2e1c03255bed5efee77ba1d8a71c9944d5 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 19 Oct 2019 23:08:36 +0200 Subject: Sprawdzarka wpisów MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add article checker * Fix config typo --- test/package.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 test/package.json (limited to 'test/package.json') diff --git a/test/package.json b/test/package.json new file mode 100644 index 0000000..f78dd9d --- /dev/null +++ b/test/package.json @@ -0,0 +1,16 @@ +{ + "name": "tester", + "version": "1.0.0", + "description": "Checks if articles are write in right way", + "main": "check.js", + "dependencies": { + "esm": "^3.2.25", + "kronikarz": "^1.0.0" + }, + "scripts": { + "test": "./validator.sh" + }, + "keywords": [], + "author": "Patryk Niedźwiedziński", + "license": "ISC" +} -- cgit 1.4.1