Skip to content

Commit dbdbda9

Browse files
committed
v1.3.1
1 parent 69f3c23 commit dbdbda9

File tree

6 files changed

+14495
-12352
lines changed

6 files changed

+14495
-12352
lines changed

dist/react-buttons.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-buttons.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/bundle.js

Lines changed: 14487 additions & 12344 deletions
Large diffs are not rendered by default.

docs/bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
</head>
1212
<body>
1313
<div id="container"></div>
14-
<script type="text/javascript" src="bundle.js?234f30759896fe94d943"></script></body>
14+
<script type="text/javascript" src="bundle.js?f2b6ee2ae18b8291a014"></script></body>
1515
</html>

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
22
"name": "@trendmicro/react-buttons",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Trend Micro Components: React Buttons",
55
"main": "lib/index.js",
66
"files": [
77
"dist",
88
"lib"
99
],
1010
"scripts": {
11-
"prepublish": "npm run lint && npm test && npm run clean && npm run bowersync && npm run build && npm run build-examples",
11+
"prepublish": "npm run eslint && npm test && npm run clean && npm run bowersync && npm run build && npm run build-examples",
1212
"bowersync": "./scripts/bowersync",
1313
"build": "webpack && npm run cleancss",
1414
"build-examples": "cd examples; webpack",
1515
"clean": "rm -f {lib,dist}/*",
1616
"cleancss": "cleancss -o dist/react-buttons.min.css dist/react-buttons.css",
1717
"demo": "http-server -p 8000 docs/",
18-
"lint": "eslint ./src",
19-
"lint:fix": "eslint --fix ./src",
18+
"eslint": "eslint ./src",
19+
"eslint:fix": "eslint --fix ./src",
2020
"test": "tap test/*.js --node-arg=--require --node-arg=babel-register --node-arg=--require --node-arg=babel-polyfill",
2121
"coveralls": "tap test/*.js --coverage --coverage-report=text-lcov --nyc-arg=--require --nyc-arg=babel-register --nyc-arg=--require --nyc-arg=babel-polyfill | coveralls",
2222
"dev": "cd examples; webpack-dev-server --hot --inline --host 0.0.0.0 --port 8000 --content-base ../docs"

0 commit comments

Comments
 (0)