Skip to content

Commit 048967e

Browse files
committed
Updated i18next to version without vulnerabilities...we'll see if it works still.
1 parent 0ad518c commit 048967e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
node_modules
1+
node_modules
2+
package-lock.json
3+
yarn.lock

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
"version": "0.1.1",
44
"description": "LitElement Internationalization.",
55
"main": "lit-element-i18n.js",
6-
"scripts": {
7-
"demo": "polymer serve"
8-
},
96
"repository": {
107
"type": "git",
118
"url": "git+https://github.com/hamedasemi/lit-element-i18n.git"
@@ -26,8 +23,7 @@
2623
},
2724
"homepage": "https://github.com/hamedasemi/lit-element-i18n#readme",
2825
"devDependencies": {
29-
"lit-element": "^2.0.1",
30-
"polymer-cli": "^1.9.6"
26+
"lit-element": "^2.0.1"
3127
},
3228
"dependencies": {
3329
"i18next": "^19.8.5",

0 commit comments

Comments
 (0)