[Pkg-javascript-commits] [node-acorn-jsx] 452/484: Republish with major version due to breaking changes.
Bastien Roucariès
rouca at moszumanska.debian.org
Sat Aug 19 14:21:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-acorn-jsx.
commit 72d617472d54ea2ab3843eef533307c9129a95f5
Author: Ingvar Stepanyan <me at rreverser.com>
Date: Thu Jun 18 17:49:33 2015 +0300
Republish with major version due to breaking changes.
---
package.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index e08005f..8eabcc9 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"description": "Alternative, faster React.js JSX parser",
"homepage": "https://github.com/RReverser/acorn-jsx",
"main": "acorn.js",
- "version": "1.1.0",
+ "version": "2.0.0",
"maintainers": [
{
"name": "Ingvar Stepanyan",
@@ -25,7 +25,7 @@
"test": "node test/run.js"
},
"dependencies": {
- "acorn": "^1.2.2"
+ "acorn": "^2.0.1"
},
"devDependencies": {
"chai": "^3.0.0",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-acorn-jsx.git
More information about the Pkg-javascript-commits
mailing list