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 ac95d02 commit 8f1f72fCopy full SHA for 8f1f72f
package.json
@@ -3,15 +3,16 @@
3
"private": false,
4
"version": "0.0.0-development",
5
"description": "Cypress Netlify build plugin",
6
- "main": "index.js",
+ "main": "src",
7
"scripts": {
8
"test": "cypress run",
9
"semantic-release": "semantic-release",
10
"start": "serve public"
11
},
12
"author": "Gleb Bahmutov <[email protected]>",
13
"files": [
14
- "manifest.yml"
+ "manifest.yml",
15
+ "src"
16
],
17
"license": "ISC",
18
"dependencies": {
index.js renamed to src/index.js
0 commit comments