Fix unpacked path

This commit is contained in:
hensm
2018-12-05 12:48:30 +00:00
parent bda0cca8c2
commit 5163f18c40
2 changed files with 1 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
"build": "node build.js",
"package": "node build.js --package",
"watch": "node build.js --watch",
"start": "web-ext run -s ../dist/ext/unpacked/"
"start": "web-ext run -s ../dist/ext/"
},
"devDependencies": {
"@babel/core": "^7.1.5",