Skip to content

Commit

Permalink
package.json: fix wrong main field
Browse files Browse the repository at this point in the history
priyank-p committed Mar 31, 2018

Verified

This commit was signed with the committer’s verified signature.
priyank-p Priyank Patel
1 parent eb9217a commit b8ac3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "@electron-elements/utils",
"version": "1.0.0",
"description": "Utilities for building electron elements.",
"main": "src/index.js",
"main": "lib/index.js",
"scripts": {
"lint": "eslint . --cache",
"lint-fix": "eslint . --cache --fix",

0 comments on commit b8ac3ba

Please sign in to comment.