Improve documentation and move build target to addon folder

This commit is contained in:
Martin Giger
2016-09-29 12:11:56 +02:00
parent 71641abd14
commit 1974e3cea6
6 changed files with 16 additions and 8 deletions
-2
View File
@@ -2,12 +2,10 @@
"name": "webpack-webextension",
"version": "1.0.0",
"description": "A minimal example of how to use npm modules from within a WebExtension.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"author": "Martin Giger (https://humanoids.be)",
"license": "MPL-2.0",
"devDependencies": {
"webpack": "^1.13.1"