Skip to content

Commit 8f1f72f

Browse files
committed
move index.js to src folder
1 parent ac95d02 commit 8f1f72f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
"private": false,
44
"version": "0.0.0-development",
55
"description": "Cypress Netlify build plugin",
6-
"main": "index.js",
6+
"main": "src",
77
"scripts": {
88
"test": "cypress run",
99
"semantic-release": "semantic-release",
1010
"start": "serve public"
1111
},
1212
"author": "Gleb Bahmutov <[email protected]>",
1313
"files": [
14-
"manifest.yml"
14+
"manifest.yml",
15+
"src"
1516
],
1617
"license": "ISC",
1718
"dependencies": {

index.js renamed to src/index.js

File renamed without changes.

0 commit comments

Comments
 (0)