File tree Expand file tree Collapse file tree 2 files changed +16
-20
lines changed
Expand file tree Collapse file tree 2 files changed +16
-20
lines changed Original file line number Diff line number Diff line change 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
53FirePHP for Browser Developer Tools
@@ -40,7 +38,7 @@ Requirements:
4038Build 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
Original file line number Diff line number Diff line change 11{
2- "name" : " github.com~firephp~firephp-for-firefox-devtools" ,
3- "version" : " 1.3.0" ,
4- "__devDependencies" : {
5- "bash.origin.lib" : " " ,
6- "fireconsole.rep.js" : " ^0.0.13"
7- },
8- "devDependencies" : {
9- "eventemitter2" : " ^4.1.2" ,
10- "insight-for-js" : " ^0.1.3" ,
11- "wildfire-for-js" : " ^0.1.3"
12- },
13- "scripts" : {
14- "start" : " ./workspace.sh run" ,
15- "test" : " bash.origin.test tests" ,
16- "build" : " ./workspace.sh build" ,
17- "build-via-docker" : " ./src/docker/build.sh"
18- }
2+ "name" : " firephp-for-browser-devtools" ,
3+ "version" : " 1.3.0" ,
4+ "devDependencies" : {
5+ "eventemitter2" : " ^4.1.2" ,
6+ "insight-for-js" : " ^0.2.0-pre.0" ,
7+ "wildfire-for-js" : " ^0.1.4" ,
8+ "fireconsole.rep.js" : " ^0.1.0-pre.0" ,
9+ "bash.origin.lib" : " ^0.4.0-pre.3"
10+ },
11+ "scripts" : {
12+ "start" : " ./workspace.sh run" ,
13+ "test" : " bash.origin.test tests" ,
14+ "build" : " ./workspace.sh build" ,
15+ "build-via-docker" : " ./src/docker/build.sh"
16+ }
1917}
You can’t perform that action at this time.
0 commit comments