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 201652e commit 947752bCopy full SHA for 947752b
1 file changed
package.json
@@ -1,12 +1,15 @@
1
{
2
"name": "babelify",
3
"description": "Babel browserify transform",
4
- "version": "9.0.0",
+ "version": "10.0.0-beta.0",
5
"author": "Sebastian McKenzie <sebmck@gmail.com>",
6
"license": "MIT",
7
"homepage": "https://github.com/babel/babelify",
8
"engines": {
9
- "node": ">=6.0.0"
+ "node": ">=6.9.0"
10
+ },
11
+ "publishConfig": {
12
+ "tag": "next"
13
},
14
"repository": {
15
"type": "git",
0 commit comments