Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
89a1cf7
ipns publish example
DougAnderson444 Jul 12, 2020
250cbd8
slight adjustments to readme
DougAnderson444 Jul 12, 2020
a57bb52
move to /examples folder
DougAnderson444 Jul 15, 2020
ddbf720
edit package.json for new location
DougAnderson444 Jul 15, 2020
6670b1e
bump http-server version
DougAnderson444 Jul 17, 2020
b7bf749
init test commit
DougAnderson444 Jul 17, 2020
518ad1c
package.json installs
DougAnderson444 Jul 17, 2020
9c48346
bug fixes
DougAnderson444 Jul 17, 2020
de2ab0b
Merge remote-tracking branch 'upstream/master'
DougAnderson444 Jul 17, 2020
bad6942
add dev Deps
DougAnderson444 Jul 17, 2020
dd9a235
index tweaks
DougAnderson444 Jul 19, 2020
7e0b87d
switch nightwatch to chromedriver to work on windows
DougAnderson444 Jul 19, 2020
cdf7699
add go-ipfs
DougAnderson444 Jul 19, 2020
c5ed1fd
test added
DougAnderson444 Jul 19, 2020
8254686
code for windows path
DougAnderson444 Jul 19, 2020
b3c2464
hack to get the port to parse in Windows
DougAnderson444 Jul 19, 2020
1b3b4b8
changes to get tests to work
DougAnderson444 Jul 19, 2020
5348d35
remove js daemon, not needed
DougAnderson444 Jul 20, 2020
21bdce1
Merge remote-tracking branch 'origin/master' into feat/ipns-example
achingbrain Aug 4, 2020
af62d2e
Merge remote-tracking branch 'origin/master' into feat/ipns-example
achingbrain Aug 4, 2020
2fd88ac
chore: update test and example
achingbrain Aug 4, 2020
e9e18eb
Merge remote-tracking branch 'origin/master' into feat/ipns-example
achingbrain Sep 2, 2020
91eec62
chore: remove waits, update deps
achingbrain Sep 2, 2020
b66e3a7
chore: revert lerna config changes
achingbrain Sep 2, 2020
609f890
chore: update dep version
achingbrain Sep 2, 2020
63099ac
chore: align versions
achingbrain Sep 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: revert lerna config changes
  • Loading branch information
achingbrain committed Sep 2, 2020
commit b66e3a7350f21032e289b6b79a3204c0d5476495
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"lerna": "3.22.0",
"packages": [
"packages/*",
"examples/*"
"packages/*"
],
"version": "independent",
"command": {
Expand Down