Skip to content

Commit

Permalink
feat: rename to "@dword-design/depcheck-parser-sass"
Browse files Browse the repository at this point in the history
  • Loading branch information
test123456789012345 committed Jun 20, 2020
1 parent ab68549 commit 1ebaf48
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<!-- TITLE/ -->
# @dword-design/depcheck-sass-parser
# @dword-design/depcheck-parser-sass
<!-- /TITLE -->

<!-- BADGES/ -->
[![NPM version](https://img.shields.io/npm/v/@dword-design/depcheck-sass-parser.svg)](https://npmjs.org/package/@dword-design/depcheck-sass-parser)
[![NPM version](https://img.shields.io/npm/v/@dword-design/depcheck-parser-sass.svg)](https://npmjs.org/package/@dword-design/depcheck-parser-sass)
![Linux macOS Windows compatible](https://img.shields.io/badge/os-linux%20%7C%C2%A0macos%20%7C%C2%A0windows-blue)
[![Build status](https://img.shields.io/github/workflow/status/dword-design/depcheck-sass-parser/build)](https://github.com/dword-design/depcheck-sass-parser/actions)
[![Coverage status](https://img.shields.io/coveralls/dword-design/depcheck-sass-parser)](https://coveralls.io/github/dword-design/depcheck-sass-parser)
[![Dependency status](https://img.shields.io/david/dword-design/depcheck-sass-parser)](https://david-dm.org/dword-design/depcheck-sass-parser)
[![Build status](https://img.shields.io/github/workflow/status/dword-design/depcheck-parser-sass/build)](https://github.com/dword-design/depcheck-parser-sass/actions)
[![Coverage status](https://img.shields.io/coveralls/dword-design/depcheck-parser-sass)](https://coveralls.io/github/dword-design/depcheck-parser-sass)
[![Dependency status](https://img.shields.io/david/dword-design/depcheck-parser-sass)](https://david-dm.org/dword-design/depcheck-parser-sass)
![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen)

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/dword-design/depcheck-sass-parser)
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/dword-design/depcheck-parser-sass)
<!-- /BADGES -->

<!-- DESCRIPTION/ -->
Expand All @@ -22,10 +22,10 @@

```bash
# NPM
$ npm install @dword-design/depcheck-sass-parser
$ npm install @dword-design/depcheck-parser-sass

# Yarn
$ yarn add @dword-design/depcheck-sass-parser
$ yarn add @dword-design/depcheck-parser-sass
```
<!-- /INSTALL -->

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@dword-design/depcheck-sass-parser",
"name": "@dword-design/depcheck-parser-sass",
"version": "1.0.5",
"description": "",
"repository": "dword-design/depcheck-sass-parser",
"repository": "dword-design/depcheck-parser-sass",
"license": "MIT",
"author": "Sebastian Landwehr <info@dword-design.de>",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
'sass import': () => withLocalTmpDir(async () => {
await outputFiles({
'depcheck.config.js': endent`
const sassParser = require('@dword-design/depcheck-sass-parser')
const sassParser = require('../src')
module.exports = {
parsers: {
Expand Down

0 comments on commit 1ebaf48

Please sign in to comment.