fix(toggle-scripts/package.json): fix files entry

This commit is contained in:
Julien Fontanet 2021-02-24 08:48:33 +01:00
parent e74daa97d2
commit ce17ee2ae6

View File

@ -32,7 +32,7 @@
"node": ">=6" "node": ">=6"
}, },
"files": [ "files": [
"index.j" "index.js"
], ],
"bin": "./index.js", "bin": "./index.js",
"scripts": { "scripts": {