Skip to content

Commit 5badc3a

Browse files
authored
Merge pull request #73 from x-yuri/package-json-main
Update package.json's main field
2 parents 6740d0e + 8c0c555 commit 5badc3a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 4.0.1
4+
* Update package.json's main field (#73).
5+
36
## 4.0.0
47
* Add resolver option (ability to override how json file paths gets resolved) (#71).
58

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "node-sass-json-importer",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Allows importing json in sass files parsed by node-sass.",
5-
"main": "dist/node-sass-json-importer.js",
5+
"main": "dist/index.js",
66
"license": "MIT",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)