Skip to content
This repository was archived by the owner on Jun 29, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,6 @@
}
]
]
},
"test:coverage": {
"presets": [
"react",
"es2015"
],
"plugins": [
"transform-class-properties",
"transform-object-rest-spread",
[
"babel-plugin-espower",
{
"embedAst": true
}
],
"istanbul"
]
}
}
}
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# TT React Calendar

[![NPM Version][npm-image]][npm-url]
[![Build Status][circle-image]][circle-url]
[![Downloads Stats][npm-downloads]][npm-url]
[![Coverage Status][coverage-image]][coverage-url]

## Description

Expand Down Expand Up @@ -134,7 +132,3 @@ _[Jeremy Tice](https://github.com/jetpacmonkey)_
[npm-image]: https://img.shields.io/npm/v/tt-react-calendar.svg?style=flat-square
[npm-url]: https://npmjs.org/package/tt-react-calendar
[npm-downloads]: https://img.shields.io/npm/dm/tt-react-calendar.svg?style=flat-square
[circle-image]: https://img.shields.io/circleci/project/github/TodayTix/tt-react-calendar.svg?style=flat-square
[circle-url]: https://circleci.com/gh/TodayTix/tt-react-calendar
[coverage-image]: https://coveralls.io/repos/github/TodayTix/tt-react-calendar/badge.svg?branch=master
[coverage-url]: https://coveralls.io/github/TodayTix/tt-react-calendar?branch=master
25 changes: 0 additions & 25 deletions circle.yml

This file was deleted.

50 changes: 36 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
],
"scripts": {
"build:example": "webpack --config ./example/webpack.prod.js",
"coverage": "nyc report",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"dist": "webpack --env dist && postcss src/styles.css -o dist/styles.css",
"dist:all": "npm run dist:modules && npm run dist:min",
"dist:min": "webpack --env dist:min && POSTCSS_MIN=true postcss src/styles.css -o dist/styles.css",
Expand All @@ -21,8 +19,7 @@
"lint:js": "eslint src",
"prepublish": "npm run dist:all",
"start": "webpack-dev-server --hot --inline --config ./example/webpack.config.js",
"test": "NODE_ENV=test ava",
"test:coverage": "NODE_ENV=test:coverage nyc -s ava"
"test": "NODE_ENV=test ava"
},
"ava": {
"require": [
Expand All @@ -31,11 +28,6 @@
],
"babel": "inherit"
},
"nyc": {
"include": "src/*.js",
"instrument": false,
"sourceMap": false
},
"keywords": [
"calendar",
"react",
Expand All @@ -53,7 +45,6 @@
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-css-modules-transform": "^1.2.7",
"babel-plugin-istanbul": "^4.1.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
Expand All @@ -62,15 +53,13 @@
"babel-register": "^6.24.1",
"cheerio": "^0.22.0",
"clean-webpack-plugin": "^0.1.16",
"coveralls": "^2.13.1",
"css-loader": "^0.27.3",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3",
"jsdom": "^9.12.0",
"lodash": "^4.17.4",
"lodash-webpack-plugin": "^0.11.2",
"nyc": "^10.2.0",
"postcss-cli": "^3.0.0",
"postcss-cssnext": "^2.10.0",
"postcss-loader": "^1.3.3",
Expand All @@ -81,14 +70,47 @@
"style-loader": "^0.18.2",
"stylelint": "^7.10.1",
"stylelint-config-standard": "^16.0.0",
"tap-xunit": "^1.7.0",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.5.0"
},
"dependencies": {
"classnames": "^2.2.5",
"moment": ">= 2.10.7 < 3",
"moment": ">= 2.29.4 < 3",
"react": "15.x",
"react-dom": "^15.6.1"
},
"resolutions": {
"async": "^2.6.4",
"braces": "^3.0.3",
"browserify-sign": "^4.2.2",
"cipher-base": "^1.0.5",
"deep-extend": "^0.5.1",
"dns-packet": "^1.3.2",
"dot-prop": "^4.2.1",
"elliptic": "^6.6.1",
"eventsource": "^1.1.1",
"form-data": "^2.5.4",
"fsevents": "^1.2.13",
"handlebars": "^4.7.9",
"hoek": "^4.2.1",
"http-proxy": "^1.18.1",
"js-yaml": "^3.13.1",
"json-schema": "^0.4.0",
"lodash": "^4.17.21",
Comment thread
JerryS22 marked this conversation as resolved.
"lodash.merge": "^4.6.2",
"macaddress": "^0.2.9",
"minimatch": "^3.1.3",
"minimist": "^1.2.6",
"node-fetch": "^2.6.7",
"node-forge": "^1.4.0",
"pbkdf2": "^3.1.3",
"qs": "^6.4.1",
"querystringify": "^2.0.0",
"sha.js": "^2.4.12",
"shelljs": "^0.8.5",
"tar": "^7.5.11",
"thenify": "^3.3.1",
"url-parse": "^1.5.10",
"webpack-dev-middleware": "^5.3.4"
}
}
Loading
Loading