Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902a8ac commit e3131f6Copy full SHA for e3131f6
1 file changed
‎package.json‎
@@ -2,7 +2,7 @@
2
"author": "Vladimir Grinenko <[email protected]>",
3
"description": "ENB plugin to wrap a file into arbitrary content",
4
"name": "enb-tech-wrap",
5
- "version": "0.1.0",
+ "version": "0.2.0",
6
"repository": "git://github.com/bem-kit/enb-wrap",
7
"homepage": "https://github.com/bem-kit/enb-wrap",
8
"bugs": "https://github.com/bem-kit/enb-wrap/issues",
@@ -25,9 +25,9 @@
25
"enb": ">= 0.12.0 < 2.0.0"
26
},
27
"dependencies": {
28
- "enb": ">= 0.12.0 < 2.0.0",
29
- "vow": "^0.4.13",
30
- "vow-fs": "^0.3.6"
+ "enb": ">= 0.12.0 < 2.0.0",
+ "vow": "^0.4.13",
+ "vow-fs": "^0.3.6"
31
32
"devDependencies": {
33
"eslint": "^3.14.1",
0 commit comments