i18n-format
Advanced tools
Comparing version 3.0.0-pre.9 to 3.0.0-pre.10
@@ -21,3 +21,3 @@ { | ||
"name": "i18n-format", | ||
"version": "3.0.0-pre.9", | ||
"version": "3.0.0-pre.10", | ||
"main": "i18n-format.js", | ||
@@ -28,2 +28,3 @@ "directories": { | ||
"scripts": { | ||
"demo:build": "polymer build", | ||
"test": "wct && if [ \"${TRAVIS_BRANCH}\" != \"\" ]; then coveralls <./test/coverage-report/lcov.info; fi", | ||
@@ -62,5 +63,5 @@ "clean": "rm -rvf ./test/coverage-report" | ||
"@polymer/polymer": "^3.0.0", | ||
"i18n-number": "^3.0.0-pre.3", | ||
"i18n-number": "^3.0.0-pre.8", | ||
"make-plural": "^4.3.0" | ||
} | ||
} |
@@ -95,4 +95,44 @@ [![Build Status](https://travis-ci.org/t2ym/i18n-format.svg?branch=master)](https://travis-ci.org/t2ym/i18n-format) | ||
### Demo | ||
#### Prerequisite for Building and Serving Demo | ||
```sh | ||
npm install -g polymer-cli | ||
``` | ||
#### On-the-fly Build | ||
```sh | ||
# Serve at http://localhost:8080/components/i18n-format/demo/ | ||
polymer serve --npm --module-resolution=node -p 8080 | ||
``` | ||
#### Static Builds | ||
- Build | ||
```sh | ||
polymer build | ||
``` | ||
- Targets | ||
| target | browser | minify | bundled | | ||
|:-----:|:-------:|:------:|:-------:| | ||
|build/esm-unbundled|es6,modules|no|no| | ||
|build/esm-bundled |es6,modules|yes|yes| | ||
|build/es6-bundled |es6 |yes|yes| | ||
|build/es5-bundled |es5 |yes|yes| | ||
- Serve | ||
```sh | ||
# Serve at http://localhost:8080/ | ||
cd build/{esm-unbundled|esm-bundled|es6-bundled|es5-bundled} | ||
python -m SimpleHTTPServer 8080 # or any HTTP(S) server | ||
``` | ||
### License | ||
[BSD-2-Clause](https://github.com/t2ym/i18n-format/blob/master/LICENSE.md) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105484
17
1353
138
Updatedi18n-number@^3.0.0-pre.8