fix(repo structure): update to latest standards

This commit is contained in:
2018-05-11 01:01:58 +02:00
parent 3f52942987
commit bfa20f38bd
5 changed files with 2 additions and 112 deletions

View File

@@ -1,13 +1,14 @@
{
"name": "@pushrocks/smartcsv",
"version": "1.0.5",
"description": "handle csv data",
"description": "handle csv data | gitzone standard compliant",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(ts-node -O '{\"lib\": [ \"es2015\" ]}' test/test.ts)",
"build": "(npmts)",
"format": "(gitzone format)"
},
"devDependencies": {