Skip to content

Commit 4503377

Browse files
committed
refactor: add @wmfs/ to requires
1 parent c0aa0a7 commit 4503377

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $ npm install cardscript-extract-lists --save
1010
## <a name="usage"></a>Usage
1111

1212
```javascript
13-
const extractLists = require('cardscript-extract-lists')
13+
const extractLists = require('@wmfs/cardscript-extract-lists')
1414

1515
const lists = extractLists(
1616
{

test/extract-lists-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const extractLists = require('./../lib/')
55
const chai = require('chai')
66
const expect = chai.expect
7-
const { simple, complex } = require('cardscript-examples')
7+
const { simple, complex } = require('@wmfs/cardscript-examples')
88

99
describe('Run some Cardscript list-extracting tests', function () {
1010
it('should extract no list from some simple Cardscript', function () {

0 commit comments

Comments
 (0)