We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6740d0e + 8c0c555 commit 5badc3aCopy full SHA for 5badc3a
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 4.0.1
4
+* Update package.json's main field (#73).
5
+
6
## 4.0.0
7
* Add resolver option (ability to override how json file paths gets resolved) (#71).
8
package.json
@@ -1,8 +1,8 @@
{
"name": "node-sass-json-importer",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "Allows importing json in sass files parsed by node-sass.",
- "main": "dist/node-sass-json-importer.js",
+ "main": "dist/index.js",
"license": "MIT",
"repository": {
"type": "git",
0 commit comments