Commits on Source (13)
-
Yadd authoreda78c291c
-
Yadd authored2de5780e
-
Yadd authored77084ea5
-
Yadd authored6f5b9eb2
-
Yadd authoredfa6cf256
-
Yadd authorede904257e
-
Yadd authored
Update to upstream version '1.1.3' with Debian dir 53c7c261f0f61fb5ace8d7d668a38c82371113c4
d01dc958 -
Yadd authored158ac1ac
-
Yadd authoredd95be04b
-
Yadd authoredebdd3af9
-
Yadd authored58b6cb64
-
Yadd authored58188bd8
-
Yadd authored3a0829c9
.npmignore
deleted
100644 → 0
debian/compat
deleted
100644 → 0
debian/gbp.conf
0 → 100644
debian/install
deleted
100644 → 0
debian/tests/control
deleted
100644 → 0
debian/tests/pkg-js/test
0 → 100644
debian/tests/require
deleted
100644 → 0
debian/upstream/metadata
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
{ | ||
"name": "wide-align", | ||
"version": "1.1.0", | ||
"version": "1.1.3", | ||
"description": "A wide-character aware text alignment function for use on the console or with fixed width fonts.", | ||
"main": "align.js", | ||
"scripts": { | ||
"test": "tap --coverage test/*.js" | ||
"test": "tap --coverage test/*.js", | ||
"version": "perl -pi -e 's/^( \"version\": $ENV{npm_config_node_version}\").*?\",/$1abc\",/' package-lock.json ; git add package-lock.json" | ||
}, | ||
"keywords": [ | ||
"wide", | ||
... | ... | @@ -21,9 +22,12 @@ |
"url": "https://github.com/iarna/wide-align" | ||
}, | ||
"dependencies": { | ||
"string-width": "^1.0.1" | ||
"string-width": "^1.0.2 || 2" | ||
}, | ||
"devDependencies": { | ||
"tap": "^2.3.2" | ||
} | ||
"tap": "10 || 11 || 12" | ||
}, | ||
"files": [ | ||
"align.js" | ||
] | ||
} |