mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-05 11:20:58 +01:00
removed version from bower config
This commit is contained in:
parent
d726d4fb23
commit
ebb0512af3
2 changed files with 3 additions and 4 deletions
6
Makefile
6
Makefile
|
@ -67,9 +67,9 @@ browserify:
|
||||||
--preamble "/* ${NPM_PACKAGE} ${NPM_VERSION} ${GITHUB_PROJ} */" \
|
--preamble "/* ${NPM_PACKAGE} ${NPM_VERSION} ${GITHUB_PROJ} */" \
|
||||||
> dist/pako_inflate.min.js
|
> dist/pako_inflate.min.js
|
||||||
# Update bower package
|
# Update bower package
|
||||||
sed -i -r -e \
|
#sed -i -r -e \
|
||||||
"s/(\"version\":\s*)\"[0-9]+[.][0-9]+[.][0-9]+\"/\1\"${NPM_VERSION}\"/" \
|
# "s/(\"version\":\s*)\"[0-9]+[.][0-9]+[.][0-9]+\"/\1\"${NPM_VERSION}\"/" \
|
||||||
bower.json
|
# bower.json
|
||||||
|
|
||||||
|
|
||||||
gh-pages:
|
gh-pages:
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "pako",
|
"name": "pako",
|
||||||
"main": "dist/pako.js",
|
"main": "dist/pako.js",
|
||||||
"version": "0.2.1",
|
|
||||||
"homepage": "https://github.com/nodeca/pako",
|
"homepage": "https://github.com/nodeca/pako",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Andrei Tuputcyn <Andrew.Tupitsin@gmail.com>",
|
"Andrei Tuputcyn <Andrew.Tupitsin@gmail.com>",
|
||||||
|
|
Loading…
Add table
Reference in a new issue