We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad518c commit 048967eCopy full SHA for 048967e
.gitignore
@@ -1 +1,3 @@
1
-node_modules
+node_modules
2
+package-lock.json
3
+yarn.lock
package.json
@@ -3,9 +3,6 @@
"version": "0.1.1",
4
"description": "LitElement Internationalization.",
5
"main": "lit-element-i18n.js",
6
- "scripts": {
7
- "demo": "polymer serve"
8
- },
9
"repository": {
10
"type": "git",
11
"url": "git+https://github.com/hamedasemi/lit-element-i18n.git"
@@ -26,8 +23,7 @@
26
23
},
27
24
"homepage": "https://github.com/hamedasemi/lit-element-i18n#readme",
28
25
"devDependencies": {
29
- "lit-element": "^2.0.1",
30
- "polymer-cli": "^1.9.6"
+ "lit-element": "^2.0.1"
31
32
"dependencies": {
33
"i18next": "^19.8.5",
0 commit comments