Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 866ab75

Browse files
authored
Merge pull request #58 from netlify/chore/move-files
chore: move source files to common directory
2 parents 69cc7f9 + a0ddf12 commit 866ab75

File tree

9 files changed

+105
-125
lines changed

9 files changed

+105
-125
lines changed

package-lock.json

Lines changed: 102 additions & 119 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "netlify-redirect-parser",
33
"version": "3.0.3",
44
"description": "Parses netlify redirects into a js object representation",
5-
"main": "index.js",
5+
"main": "src/index.js",
66
"scripts": {
77
"test": "run-s format test:dev",
88
"test:dev": "ava",
@@ -38,11 +38,8 @@
3838
"nyc": "^15.1.0"
3939
},
4040
"files": [
41-
"common.js",
42-
"index.js",
43-
"line-parser.js",
44-
"netlify-config-parser.js",
45-
"result.js"
41+
"src/**/*.js",
42+
"!src/**/*.test.js"
4643
],
4744
"husky": {
4845
"hooks": {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)