Skip to content

Commit

Permalink
Rename to @dependents/detective-less
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 18, 2023
1 parent a0c02a8 commit 5c84e7d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Readme.md → README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
### detective-less [![CI](https://img.shields.io/github/actions/workflow/status/dependents/node-detective-less/ci.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/node-detective-less/actions/workflows/ci.yml?query=branch%3Amain) [![npm](https://img.shields.io/npm/v/detective-less)](https://www.npmjs.com/package/detective-less) [![npm](https://img.shields.io/npm/dm/detective-less)](https://www.npmjs.com/package/detective-less)
### @dependents/detective-less [![CI](https://img.shields.io/github/actions/workflow/status/dependents/node-detective-less/ci.yml?branch=main&label=CI&logo=github)](https://github.com/dependents/node-detective-less/actions/workflows/ci.yml?query=branch%3Amain) [![npm](https://img.shields.io/npm/v/detective-less)](https://www.npmjs.com/package/detective-less) [![npm](https://img.shields.io/npm/dm/detective-less)](https://www.npmjs.com/package/detective-less)

> Find the dependencies of a less file
```sh
npm install detective-less
npm install @dependents/detective-less
```

**Note:** This is specific to the .less style syntax.
Expand All @@ -16,7 +16,7 @@ It's the LESS counterpart to [detective](https://github.com/substack/node-detect

```js
const fs = require('fs');
const detective = require('detective-less');
const detective = require('@dependents/detective-less');

const content = fs.readFileSync('styles.less', 'utf8');

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"name": "detective-less",
"name": "@dependents/detective-less",
"version": "1.0.2",
"description": "Find the dependencies of a less file",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"files": [
"index.js"
],
Expand Down

0 comments on commit 5c84e7d

Please sign in to comment.