Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "calijs", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": ":palm_tree: Primitives to build simple, lightweight React calendars & datepickers with a single hook", | ||
@@ -14,4 +14,4 @@ "main": "dist/index.js", | ||
], | ||
"author": "", | ||
"license": "ISC", | ||
"author": "Pantelis Paliagkas", | ||
"license": "MIT", | ||
"peerDependencies": { | ||
@@ -18,0 +18,0 @@ "react": "^16.13.1" |
@@ -1,3 +0,1 @@ | ||
import babel from "@rollup/plugin-babel"; | ||
export default { | ||
@@ -10,3 +8,2 @@ input: "src/index.js", | ||
external: ["react", "dayjs"], | ||
plugins: [babel({ exclude: "node_modules/**" })], | ||
}; |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
1
5655
194