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 7205563 commit 8ad8ab6Copy full SHA for 8ad8ab6
.npmignore
package.json
@@ -29,10 +29,14 @@
29
"type": "git",
30
"url": "https://github.com/metarhia/metasync"
31
},
32
- "main": "./metasync.js",
+ "main": "metasync.js",
33
"browser": {
34
- "./metasync.js": "./dist/metasync.js"
+ "metasync.js": "dist/metasync.js"
35
36
+ "files": [
37
+ "dist/",
38
+ "lib/"
39
+ ],
40
"readmeFilename": "README.md",
41
"scripts": {
42
"test": "npm run lint && metatests test/*.js",
0 commit comments