Skip to content
This repository was archived by the owner on Oct 25, 2025. It is now read-only.

Commit fd8608e

Browse files
author
axross
committed
v0.3.2
1 parent a7efdcf commit fd8608e

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

modules/bemmer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Bemmer v0.3.1 by @axross
3-
// https://github.com/axross/bemmer
2+
// Bemmer v0.3.2 by @axross
3+
// feel free to post Issues and Pull Requests: https://github.com/axross/bemmer
44
//
55
'use strict';
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bemmer",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"description": "BEM-like simple classname builder.",
55
"main": "./modules/bemmer.js",
66
"scripts": {

sources/bemmer.es6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
2-
// Bemmer v0.3.1 by @axross
3-
// https://github.com/axross/bemmer
2+
// Bemmer v0.3.2 by @axross
3+
// feel free to post Issues and Pull Requests: https://github.com/axross/bemmer
44
//
55
const ELEMENT_REGEXP = /__([^_\-\s]+)/g;
66
const MODIFIER_REGEXP = /\-\-([^_\-\s]+)/g;

0 commit comments

Comments
 (0)