Skip to content

Commit f6d9336

Browse files
committed
v0.15.8
1 parent 21aa3d3 commit f6d9336

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

package.json

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"name": "react-calendar-timeline",
3-
"version": "0.15.7",
3+
"version": "0.15.8",
44
"description": "react calendar timeline",
55
"main": "lib/index.js",
66
"module": "src/index.js",
77
"scripts": {
88
"build": "npm run build:lib",
9-
"build:demo":
10-
"echo '!!! Building Demo' && BABEL_ENV=react node build.js production",
11-
"build:lib":
12-
"echo '!!! Building Library' && ./node_modules/.bin/babel src --out-dir lib && ./node_modules/.bin/node-sass src/lib/Timeline.scss lib/lib/Timeline.css && sed -i'.bak' 's/Timeline\\.scss/Timeline\\.css/g' lib/lib/Timeline.js && rm lib/lib/Timeline.js.bak",
9+
"build:demo": "echo '!!! Building Demo' && BABEL_ENV=react node build.js production",
10+
"build:lib": "echo '!!! Building Library' && ./node_modules/.bin/babel src --out-dir lib && ./node_modules/.bin/node-sass src/lib/Timeline.scss lib/lib/Timeline.css && sed -i'.bak' 's/Timeline\\.scss/Timeline\\.css/g' lib/lib/Timeline.js && rm lib/lib/Timeline.js.bak",
1311
"jest": "node_modules/.bin/jest",
1412
"jest:update": "node_modules/.bin/jest -u",
1513
"lint": "eslint --ext .js --ext .jsx ./src",
1614
"lint:fix": "prettier-eslint --parser babylon --write \"src/**/*.js\"",
1715
"prepublish": "npm run build:lib",
18-
"start":
19-
"./node_modules/.bin/webpack-dev-server --hot --host 0.0.0.0 --display-modules",
16+
"start": "./node_modules/.bin/webpack-dev-server --hot --host 0.0.0.0 --display-modules",
2017
"test": "npm run build:lib && npm run jest && npm run lint"
2118
},
22-
"files": ["lib", "src"],
19+
"files": [
20+
"lib",
21+
"src"
22+
],
2323
"homepage": "https://github.com/namespace-ee/react-calendar-timeline",
2424
"repository": {
2525
"type": "git",
@@ -32,18 +32,29 @@
3232
"Samuel Rossetti"
3333
],
3434
"license": "MIT",
35-
"keywords": ["react", "reactjs", "react-component", "timeline"],
35+
"keywords": [
36+
"react",
37+
"reactjs",
38+
"react-component",
39+
"timeline"
40+
],
3641
"standard": {
3742
"parser": "babel-eslint"
3843
},
3944
"jest": {
4045
"verbose": true,
41-
"testMatch": ["**/__tests__/**/*.js"],
42-
"setupFiles": ["<rootDir>/config/jest-setup.js"],
46+
"testMatch": [
47+
"**/__tests__/**/*.js"
48+
],
49+
"setupFiles": [
50+
"<rootDir>/config/jest-setup.js"
51+
],
4352
"moduleNameMapper": {
4453
"^.+\\.(css|scss)$": "<rootDir>/src/mocks/styleMock.js"
4554
},
46-
"collectCoverageFrom": ["src/**/*.{js,jsx}"]
55+
"collectCoverageFrom": [
56+
"src/**/*.{js,jsx}"
57+
]
4758
},
4859
"dependencies": {
4960
"element-resize-detector": "^1.1.12",

0 commit comments

Comments
 (0)