Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit e161175

Browse files
author
Alan Shaw
authored
refactor: move to root (#435)
In response to #423
1 parent 45da688 commit e161175

File tree

181 files changed

+59
-59
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+59
-59
lines changed

.aegir.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module.exports = {
44
lint: {
55
files: [
6-
'js/src/**/*.js',
7-
'js/test/**/*.js'
6+
'src/**/*.js',
7+
'test/**/*.js'
88
]
99
}
1010
}

README.md

Lines changed: 1 addition & 1 deletion

SPEC/BLOCK.md

Lines changed: 1 addition & 1 deletion

SPEC/CONFIG.md

Lines changed: 1 addition & 1 deletion

SPEC/DAG.md

Lines changed: 1 addition & 1 deletion

SPEC/DHT.md

Lines changed: 1 addition & 1 deletion

SPEC/FILES.md

Lines changed: 1 addition & 1 deletion

SPEC/MISCELLANEOUS.md

Lines changed: 9 additions & 9 deletions

SPEC/OBJECT.md

Lines changed: 1 addition & 1 deletion

SPEC/PIN.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)