@arriva/rejs
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"recommendations": [ | ||
"eg2.tslint", | ||
"ymotongpoo.licenser" | ||
"ymotongpoo.licenser", | ||
"Orta.vscode-jest", | ||
"andys8.jest-snippets", | ||
] | ||
} |
{ | ||
"name": "@arriva/rejs", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Rejs common library for usage both server and client side.", | ||
@@ -10,7 +10,7 @@ "main": "dist/index.js", | ||
"build": "tsc -p ./", | ||
"test": "jest --config jest.json", | ||
"test.watch": "jest --config jest.json --watch", | ||
"test": "jest --config jest.json --coverage", | ||
"test.watch": "jest --config jest.json --coverage --watch", | ||
"prepublish": "yarn build", | ||
"release": "np", | ||
"clean": "rm -rf build node_modules" | ||
"clean": "rm -rf dist node_modules coverage" | ||
}, | ||
@@ -17,0 +17,0 @@ "repository": { |
13287
17
331