Comparing version 0.2.3 to 0.3.0
@@ -56,3 +56,3 @@ "use strict"; | ||
dependencies: [], | ||
devDependencies: ["@types/chai", "@types/mocha", "@types/node", "chai", "coveralls", "mocha", "nyc", "ts-node", "typescript"], | ||
devDependencies: ["@types/node", "exos-scripts", "typescript"], | ||
}, | ||
@@ -59,0 +59,0 @@ [types_1.AppTypes.ReactApp]: { |
@@ -22,8 +22,5 @@ { | ||
"scripts": { | ||
"lint": "tslint -c tslint.json 'src/**/*.ts'", | ||
"test": "mocha -r ts-node/register src/**/*.spec.ts", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
"build": "rm -rf dist && tsc", | ||
"start": "node .", | ||
"debug": "node --nolazy --inspect-brk=9229 .", | ||
"lint": "exos-scripts lint", | ||
"test": "exos-scripts test", | ||
"prepublishOnly": "npm run build" | ||
@@ -30,0 +27,0 @@ }, |
{ | ||
"name": "exos-cli", | ||
"version": "0.2.3", | ||
"version": "0.3.0", | ||
"description": "CLI tool for React projects", | ||
@@ -50,3 +50,3 @@ "main": "./dist/exos-cli.js", | ||
"eslint-plugin-prettier": "^3.1.2", | ||
"exos-scripts": "^0.2.1", | ||
"exos-scripts": "^0.3.0", | ||
"prettier": "^2.0.4", | ||
@@ -56,3 +56,3 @@ "ts-node": "^8.8.1", | ||
}, | ||
"gitHead": "f8b77165502f0f4466e6691559ddd600a61efb43" | ||
"gitHead": "66db93702b7fc7ed931957f321be5722ce848997" | ||
} |
Sorry, the diff of this file is not supported yet
50201