Faizaan
commited on
Commit
·
2ee4d17
1
Parent(s):
e14e195
Fix invalid main field (#12)
Browse files- package.json +1 -1
package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"name": "driver.js",
|
3 |
"version": "0.1.6",
|
4 |
"description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page",
|
5 |
-
"main": "
|
6 |
"scripts": {
|
7 |
"start": "node server.js",
|
8 |
"build": "webpack --config webpack.config.prod.js"
|
|
|
2 |
"name": "driver.js",
|
3 |
"version": "0.1.6",
|
4 |
"description": "A light-weight, no-dependency, vanilla JavaScript library to drive the user's focus across the page",
|
5 |
+
"main": "dist/driver.min.js",
|
6 |
"scripts": {
|
7 |
"start": "node server.js",
|
8 |
"build": "webpack --config webpack.config.prod.js"
|