Skip to content

Commit f2357ab

Browse files
committed
merged
2 parents 45773e5 + 53dedcc commit f2357ab

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
**Status: DEV - Commands will currently not run for you!**
2-
31
![FirePHP Logo](https://github.com/firephp/firephp-for-browser-devtools/blob/master/src/skin/Logo.png?raw=true "FirePHP Logo")
42

53
FirePHP for Browser Developer Tools
@@ -40,7 +38,7 @@ Requirements:
4038
Build from source:
4139

4240
rm -Rf dist/ # Optional to verify build
43-
nvm use 9
41+
nvm use 10
4442
npm install
4543
npm run build # Append '--ignore-dirty' if you removed 'dist/'
4644
git diff # Optional to verify build

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
"insight-for-js": "^0.2.0-pre.0",
77
"wildfire-for-js": "^0.1.4",
88
"fireconsole.rep.js": "^0.1.0-pre.0",
9-
"bash.origin.lib": "^0.4.0-pre.0"
9+
"bash.origin.lib": "^0.4.0-pre.3"
1010
},
1111
"scripts": {
1212
"start": "./workspace.sh run",
1313
"test": "bash.origin.test tests",
1414
"build": "./workspace.sh build",
1515
"build-via-docker": "./src/docker/build.sh"
1616
}
17-
}
17+
}

0 commit comments

Comments
 (0)