Merge pull request #1084 from tivac/default-npm-tag
Default to always using "beta" tag for rewrite
This commit is contained in:
commit
2f772bcd0c
1 changed files with 5 additions and 2 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
"name": "mithril",
|
"name": "mithril",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A framework for building brilliant applications",
|
"description": "A framework for building brilliant applications",
|
||||||
|
"author": "Leo Horie",
|
||||||
|
"license": "MIT",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "node bundler/bundler",
|
"build": "node bundler/bundler",
|
||||||
|
|
@ -9,10 +11,11 @@
|
||||||
"test": "node ospec/bin/ospec",
|
"test": "node ospec/bin/ospec",
|
||||||
"cover": "istanbul cover --print both ospec/bin/ospec"
|
"cover": "istanbul cover --print both ospec/bin/ospec"
|
||||||
},
|
},
|
||||||
"author": "Leo Horie",
|
|
||||||
"license": "MIT",
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^2.10.2",
|
"eslint": "^2.10.2",
|
||||||
"istanbul": "^0.4.3"
|
"istanbul": "^0.4.3"
|
||||||
|
},
|
||||||
|
"publishConfig": {
|
||||||
|
"tag": "beta"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue