Skip to content

Commit c7aeb90

Browse files
Merge pull request BrasilAPI#53 from filipedeschamps/fix(typo-build-web)
fix(typo in npm run build-web)
2 parents 67500e0 + 739fce6 commit c7aeb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lint-check": "standard",
1515
"lint-fix": "standard --fix",
1616
"build-node": "babel src --out-dir dist",
17-
"build-web": "npm run build-node && rowserify dist/cep-promise.js -s cep -o | uglifyjs > dist/cep-promise-browser.min.js",
17+
"build-web": "npm run build-node && browserify dist/cep-promise.js -s cep -o | uglifyjs > dist/cep-promise-browser.min.js",
1818
"build": "npm run build-node && npm run build-web",
1919
"prepublish": "npm run build"
2020
},

0 commit comments

Comments
 (0)