UNPKG

babel-plugin-date-fns

Version:

> :warning: The current version (2.x) supports date-fns v2. If you are using v1, please use [1.x](https://github.com/date-fns/babel-plugin-date-fns/tree/v1).

33 lines (32 loc) 805 B
{ "name": "babel-plugin-date-fns", "description": "", "keywords": [ "babel-plugin", "cherry-pick", "date-fns" ], "version": "2.0.0", "author": "Brian Ng <bng412@gmail.com>", "license": "MIT", "repository": "https://github.com/date-fns/babel-plugin-date-fns", "main": "lib/index.js", "scripts": { "build": "rm -rf lib && babel src --out-dir lib", "prepare": "npm run build", "test": "mocha --check-leaks --require @babel/register" }, "devDependencies": { "@babel/cli": "^7.6.4", "@babel/core": "^7.6.4", "@babel/plugin-proposal-object-rest-spread": "^7.6.2", "@babel/preset-env": "^7.6.3", "@babel/register": "^7.6.2", "babel-plugin-tester": "^7.0.1", "date-fns": "^2.6.0", "mocha": "^6.2.2" }, "files": [ "lib" ] }