Skip to content

Commit eda4c19

Browse files
committed
chore: moved source file to subfolder for better structure
1 parent cc7da78 commit eda4c19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "loading-attribute-polyfill",
33
"version": "2.0.0-rc.0",
44
"description": "Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.",
5-
"source": "./loading-attribute-polyfill.js",
5+
"source": "./src/loading-attribute-polyfill.js",
66
"main": "./dist/loading-attribute-polyfill.js",
77
"esmodule": "./dist/loading-attribute-polyfill.modern.js",
88
"module": "./dist/loading-attribute-polyfill.module.js",
@@ -47,7 +47,7 @@
4747
},
4848
"scripts": {
4949
"test": "run-p validate:* lint:*",
50-
"lint:xo": "xo loading-attribute-polyfill.js",
50+
"lint:xo": "xo src/loading-attribute-polyfill.js",
5151
"validate:html": "html-validate demo/index.html",
5252
"test:wdio": "wdio run wdio.conf-crossbrowsertesting.js",
5353
"build": "microbundle",
File renamed without changes.

0 commit comments

Comments
 (0)