Skip to content

Commit 9864d05

Browse files
committed
Merge pull request #17 from solidusjs/enhancements
remove key file and a few changes to meta info
2 parents 2440db0 + f484385 commit 9864d05

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
bower_components
33
.grunt
4+
*.pem

crxmake.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash -e
22
#
33
# Purpose: Pack a Chromium extension directory into crx format
4+
# Adapted from http://developer.chrome.com/extensions/crx
45

56
if test $# -ne 2; then
67
echo "Usage: crxmake.sh <extension dir> <pem path>"

extension/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"Eric Lanehart <eric@sparkart.com>"
88
],
99
"description": "Adds Solidus debugging tools to the Chrome Developer Tools.",
10-
"main": "app/devpanel.html",
10+
"main": "devpanel.html",
1111
"moduleType": [
1212
"node"
1313
],

0 commit comments

Comments
 (0)