Skip to content

Commit b21ec9f

Browse files
committed
chore: updating the UMD names
1 parent b27e8bc commit b21ec9f

File tree

14 files changed

+26
-81
lines changed

14 files changed

+26
-81
lines changed

LICENSE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
MIT License
22

3-
Copyright (c) 2020 Usablica Limited
43
Copyright (c) Afshin Mehrabani <[email protected]>
54

65
Permission is hereby granted, free of charge, to any person obtaining a copy

config/node-13-exports.js

Lines changed: 0 additions & 41 deletions
This file was deleted.

i18n/package.json

Lines changed: 0 additions & 13 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

l10n/package.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "l10n",
3+
"version": "0.1.0",
4+
"private": true,
5+
"license": "MIT",
6+
"description": "Localization libs for Grid.js",
7+
"source": "index.ts",
8+
"main": "dist/l10n.js",
9+
"module": "dist/l10n.module.js",
10+
"umd:main": "dist/l10n.umd.js",
11+
"types": "dist/index.d.ts",
12+
"amdName": "gridjs.l10n"
13+
}
File renamed without changes.

0 commit comments

Comments
 (0)