Skip to content

Commit 292103f

Browse files
committed
Version 2.1.0
1 parent 9ac7915 commit 292103f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

package.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sinon-chrome",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "Mock of chrome extensions API for unit testing under nodejs",
55
"homepage": "https://github.com/acvetkov/sinon-chrome",
66
"author": {
@@ -31,6 +31,17 @@
3131
"bugs": {
3232
"url": "https://github.com/acvetkov/sinon-chrome/issues"
3333
},
34+
"keywords": [
35+
"chrome",
36+
"firefox",
37+
"extensions",
38+
"apps",
39+
"test",
40+
"tdd",
41+
"webextensions",
42+
"chrome api",
43+
"sinon"
44+
],
3445
"main": "out/index.js",
3546
"scripts": {
3647
"clean": "rm -rf ./out/",
@@ -44,7 +55,7 @@
4455
"predeploy": "npm run clean && npm run lint && npm test && npm run build && npm run copy2out",
4556
"bundle": "webpack",
4657
"bundle-dev": "webpack --watch --progress",
47-
"copy2out": "cp ./README.md ./out/README.md && cp ./package.json ./out/package.json"
58+
"copy2out": "cp ./README.md ./out/README.md && cp ./package.json ./out/package.json && cp -R ./dist out/bundle"
4859
},
4960
"license": "ISC",
5061
"dependencies": {

0 commit comments

Comments
 (0)