We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90442fa commit a7970d7Copy full SHA for a7970d7
package.json
@@ -1,15 +1,14 @@
1
{
2
"name": "ember-class-list",
3
- "version": "0.0.0",
4
- "description": "The default blueprint for ember-cli addons.",
+ "version": "0.9.0",
+ "description": "Concatenate class lists without worrying about whitespace.",
5
"keywords": [
6
"ember-addon"
7
],
8
- "repository": "",
+ "repository": "https://github.com/a13o/ember-class-list",
9
"license": "MIT",
10
- "author": "",
+ "author": "a13o",
11
"directories": {
12
- "doc": "doc",
13
"test": "tests"
14
},
15
"scripts": {
0 commit comments