Skip to content

Commit 0ec6351

Browse files
committed
Merge branch 'master' into release
2 parents 78ae054 + 0821815 commit 0ec6351

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sip.js",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"authors": [
55
"James Criscuolo <[email protected]>",
66
"Joseph Frazier <[email protected]>",

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sip.js",
33
"title": "SIP.js",
44
"description": "A simple, intuitive, and powerful JavaScript signaling library",
5-
"version": "0.7.4",
5+
"version": "0.7.5",
66
"main": "src/index.js",
77
"browser": {
88
"./src/environment.js": "./src/environment_browser.js"
@@ -47,7 +47,6 @@
4747
"repl": "beefy test/repl.js --open",
4848
"build": "grunt build",
4949
"prepublish": "cd src/Grammar && mkdir -p dist && pegjs --extra-options-file peg.json src/Grammar.pegjs dist/Grammar.js",
50-
"postinstall": "[ -f src/Grammar/dist/Grammar.js ] || npm run-script prepublish",
5150
"test": "grunt travis --verbose"
5251
},
5352
"dependencies": {

0 commit comments

Comments
 (0)