Comparing version 0.0.23 to 0.0.24
{ | ||
"name": "joint-kit", | ||
"version": "0.0.23", | ||
"version": "0.0.24", | ||
"description": "A server-side toolset for building data layers and RESTful endpoints with NodeJS", | ||
@@ -17,2 +17,3 @@ "author": "|M| <manicprone@gmail.com>", | ||
"flint": "eslint ./ --fix --cache --ignore-pattern .gitignore", | ||
"build-test": "npm run build && npm run test", | ||
"test": "npm run test:unit && npm run test:functional", | ||
@@ -19,0 +20,0 @@ "test:unit": "cross-env NODE_ENV=test mocha --require @babel/register test/unit/**/*.spec.js", |
@@ -17,2 +17,3 @@ import resolve from 'rollup-plugin-node-resolve' | ||
babel({ | ||
runtimeHelpers: true, | ||
exclude: 'node_modules/**', | ||
@@ -19,0 +20,0 @@ }), |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
392436
855