Skip to content

Commit

Permalink
v2.3.0-beta.5
Browse files Browse the repository at this point in the history
Swapped parameters for css parsers in preparation for plugin system.
Somebody is using the tagName on this?
  • Loading branch information
aMarCruz committed Oct 23, 2015
1 parent 4a5195f commit 3146cea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 130 deletions.
2 changes: 1 addition & 1 deletion dist/compiler.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* riot-compiler 2.3.0-beta.4, @license MIT, (c) 2015 Muut Inc. + contributors */
/* riot-compiler 2.3.0-beta.5, @license MIT, (c) 2015 Muut Inc. + contributors */
;(function (root, factory) {

/* istanbul ignore else */
Expand Down
2 changes: 1 addition & 1 deletion dist/riot.compiler.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/**
* Compiler for riot custom tags
* @version 2.3.0-beta.4
* @version 2.3.0-beta.5
*/

/**
Expand Down
126 changes: 0 additions & 126 deletions lib/browser.js

This file was deleted.

4 changes: 2 additions & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//#if NODE
//#undef RIOT
/* riot-compiler 2.3.0-beta.4, @license MIT, (c) 2015 Muut Inc. + contributors */
/* riot-compiler 2.3.0-beta.5, @license MIT, (c) 2015 Muut Inc. + contributors */
;(function (root, factory) {

/* istanbul ignore else */
Expand All @@ -22,7 +22,7 @@

/**
* Compiler for riot custom tags
* @version 2.3.0-beta.4
* @version 2.3.0-beta.5
*/
//#endif

Expand Down

0 comments on commit 3146cea

Please sign in to comment.