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 747a5ea commit 52ab77cCopy full SHA for 52ab77c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "babel-plugin-intlized-components",
3
- "version": "0.1.4",
+ "version": "0.2.0",
4
"main": "./lib/index.js",
5
"description": "Babel plugin for intlized-components",
6
"author": "Markus Wetzel <markuswetzel@gmx.net>",
@@ -25,10 +25,10 @@
25
],
26
"dependencies": {},
27
"devDependencies": {
28
- "packsy": "0.1.7",
29
"@babel/cli": "7.4.3",
30
"@babel/core": "7.4.3",
31
- "@babel/preset-env": "7.4.3"
+ "@babel/preset-env": "7.4.3",
+ "packsy": "0.1.7"
32
},
33
"engines": {
34
"node": ">= 8",
0 commit comments