prettier-config-xo
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -20,3 +20,3 @@ { | ||
"bugs": { | ||
"url": "https://github.com/pizzafox/prettier-config-xo/issues" | ||
"url": "https://github.com/jonahsnider/prettier-config-xo/issues" | ||
}, | ||
@@ -26,12 +26,12 @@ "devDependencies": { | ||
"@semantic-release/exec": "5.0.0", | ||
"@types/prettier": "2.0.1", | ||
"ava": "3.9.0", | ||
"@types/prettier": "2.2.3", | ||
"ava": "3.15.0", | ||
"eslint-plugin-prettier": "3.4.0", | ||
"nyc": "15.1.0", | ||
"prettier": "2.0.4", | ||
"semantic-release": "17.1.0", | ||
"prettier": "2.2.1", | ||
"semantic-release": "17.4.2", | ||
"source-map-support": "0.5.19", | ||
"ts-node": "8.10.2", | ||
"type-fest": "0.15.1", | ||
"typescript": "3.9.3", | ||
"xo": "0.32.0" | ||
"ts-node": "9.1.1", | ||
"typescript": "4.2.4", | ||
"xo": "0.38.2" | ||
}, | ||
@@ -49,2 +49,7 @@ "engines": { | ||
"main": "./tsc_output/index.js", | ||
"exports": { | ||
".": "./tsc_output/index.js", | ||
"./space": "./tsc_output/space.js", | ||
"./space.js": "./tsc_output/space.js" | ||
}, | ||
"name": "prettier-config-xo", | ||
@@ -64,3 +69,3 @@ "nyc": { | ||
"type": "git", | ||
"url": "git+https://github.com/pizzafox/prettier-config-xo.git" | ||
"url": "git+https://github.com/jonahsnider/prettier-config-xo.git" | ||
}, | ||
@@ -76,3 +81,3 @@ "scripts": { | ||
}, | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"xo": { | ||
@@ -79,0 +84,0 @@ "overrides": [ |
# [`prettier-config-xo`](https://www.npmjs.com/package/prettier-config-xo) | ||
[](https://www.npmjs.com/package/prettier-config-xo) | ||
[](https://github.com/pizzafox/prettier-config-xo/actions) | ||
[](https://github.com/jonahsnider/prettier-config-xo/actions) | ||
[](https://github.com/xojs/xo) | ||
[](https://codecov.io/gh/pizzafox/prettier-config-xo) | ||
[](https://codecov.io/gh/jonahsnider/prettier-config-xo) | ||
@@ -38,8 +38,4 @@ Prettier config that follows the XO code style. | ||
```json | ||
{ | ||
"name": "my-cool-library", | ||
"version": "1.0.0", | ||
"prettier": "prettier-config-xo/space" | ||
} | ||
```js | ||
module.exports = require('prettier-config-xo/space'); | ||
``` |
@@ -1,1 +0,2 @@ | ||
export {}; | ||
import { base } from './configs/base'; | ||
export = base; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const base_1 = require("./configs/base"); | ||
module.exports = base_1.base; | ||
//# sourceMappingURL=index.js.map |
@@ -1,1 +0,2 @@ | ||
export {}; | ||
import { space } from './configs/space'; | ||
export = space; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const space_1 = require("./configs/space"); | ||
module.exports = space_1.space; | ||
//# sourceMappingURL=space.js.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
18037
41
1