@lucidogen/test-repo
Advanced tools
Comparing version 1.1.0-1530285637529 to 1.1.0-1531053741277
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const test_1 = require("test"); | ||
const baz_1 = require("./baz"); | ||
const foo_1 = require("./foo"); | ||
function bar(n) { | ||
test_1.expect(n); | ||
return (foo_1.foo(n) + | ||
@@ -18,1 +16,2 @@ baz_1.baz(n) + | ||
exports.bar = bar; | ||
//# sourceMappingURL=bar.js.map |
@@ -12,1 +12,2 @@ "use strict"; | ||
exports.SomeLongConstantName5 = 1; | ||
//# sourceMappingURL=baz.js.map |
@@ -11,1 +11,2 @@ "use strict"; | ||
exports.far = far; | ||
//# sourceMappingURL=foo.js.map |
@@ -7,1 +7,2 @@ "use strict"; | ||
__export(require("./foo")); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@lucidogen/test-repo", | ||
"version": "1.1.0-1530285637529", | ||
"version": "1.1.0-1531053741277", | ||
"description": "Test repo for release and travis", | ||
@@ -14,34 +14,13 @@ "main": "dist/index.js", | ||
"private": false, | ||
"devDependencies": { | ||
"@types/jest": "^23.0.2", | ||
"commitizen": "^2.10.1", | ||
"coveralls": "^3.0.1", | ||
"cz-customizable": "^5.2.0", | ||
"cz-customizable-ghooks": "^1.5.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-config-standard-jsx": "^5.0.0", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-prettier": "^2.6.0", | ||
"eslint-plugin-promise": "^3.8.0", | ||
"eslint-plugin-react": "^7.9.1", | ||
"eslint-plugin-standard": "^3.1.0", | ||
"eslint-plugin-typescript": "^0.12.0", | ||
"jest": "^23.1.0", | ||
"prettier": "^1.13.5", | ||
"ts-jest": "^22.4.6", | ||
"typescript": "^2.9.1", | ||
"typescript-eslint-parser": "^16.0.0" | ||
}, | ||
"scripts": { | ||
"build": "tsc -p setup/tsconfig.build.json", | ||
"coverage:upload": "cat ./coverage/lcov.info | coveralls", | ||
"format": "npm run lint -- --fix && prettier --write --with-node-modules \"**/*.md\" \"src/**/*.css\" \"**/*.json\"", | ||
"lint": "eslint \"**/*.js\" \"**/*.ts\" \"**/*.tsx\"", | ||
"prepare": "npm run build", | ||
"test": "jest -c setup/jest.js", | ||
"test:watch": "jest -c setup/jest.js --watch --coverage false" | ||
}, | ||
"devDependencies": { | ||
"jest": "^23.3.0", | ||
"ts-jest": "^23.0.0", | ||
"typescript": "^2.9.2" | ||
} | ||
} |
@@ -5,3 +5,5 @@ # @lucidogen/test-repo | ||
[![Build status][travis-image]][travis-url] | ||
![100% coverage](https://user-images.githubusercontent.com/21707/42124583-7f5478c4-7c65-11e8-8d01-36851d49a8ab.png) | ||
[coverage-image]: https://user-images.githubusercontent.com/21707/42124583-7f5478c4-7c65-11e8-8d01-36851d49a8ab.png | ||
[npm-image]: https://img.shields.io/npm/v/@lucidogen/test-repo.svg?style=flat | ||
@@ -11,6 +13,4 @@ [npm-url]: https://npmjs.org/package/@lucidogen/test-repo | ||
[travis-url]: https://travis-ci.org/lucidogen/lucidogen | ||
[commitizen-image]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat | ||
[commitizen-url]: http://commitizen.github.io/cz-cli/ | ||
A repository to test continuous integration, build and testing. This repo then serves as blueprint | ||
for any new project in @lucidogen monorepo. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
4833
73