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.
1 parent 40bb319 commit fdcd432Copy full SHA for fdcd432
package.json
@@ -4,14 +4,18 @@
4
"description": "Bring your scroll game to the next level",
5
"author": "Alexander Lichter <[email protected]>",
6
"license": "MIT",
7
- "main": "lib/index.js",
8
"repository": {
9
"type": "git",
10
"url": "git+https://github.com/Developmint/vue-next-level-scroll"
11
},
12
"bugs": {
13
"url": "https://github.com/Developmint/vue-next-level-scroll/issues"
14
+ "main": "dist/vue-next-level-scroll.cjs.js",
15
+ "module": "dist/vue-next-level-scroll.es.js",
16
+ "cdn": "dist/vue-next-level-scroll.min.js",
17
+ "unpkg": "dist/vue-next-level-scroll.min.js",
18
+ "jsdelivr": "dist/vue-next-level-scroll.min.js",
19
"scripts": {
20
"dev": "nuxt test/fixture",
21
"lint": "eslint lib test",
0 commit comments