Skip to content
This repository has been archived by the owner on May 5, 2018. It is now read-only.

Commit

Permalink
Version 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Dec 5, 2016
1 parent 5ef05af commit 64b05ae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -104,3 +104,4 @@ test/unit/coverage

# Built files:
dist/
dist-play/
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-material-ripple",
"version": "1.0.0",
"version": "1.1.0",
"description": "Simple material ripple effect wrapped in a component",
"author": "sobolevn <mail@sobolevn.me>",
"private": false,
Expand Down
3 changes: 1 addition & 2 deletions test/unit/specs/MaterialInput.spec.js
Expand Up @@ -3,7 +3,7 @@ import simulant from 'simulant'

import MaterialRipple from 'components/MaterialRipple'
import Basic from '../fixtures/Basic'
import { getComponent, getContainer } from '../utils'
import { getContainer } from '../utils'

describe('MaterialRipple.vue', () => {
let component
Expand Down Expand Up @@ -79,5 +79,4 @@ describe('MaterialRipple.vue', () => {
done()
})
})

})
5 changes: 0 additions & 5 deletions test/unit/utils.js
Expand Up @@ -2,11 +2,6 @@ import Vue from 'vue' // runtime

import Basic from './fixtures/Basic'

export function getComponent (Component, propsData) {
const Ctor = Vue.extend(Component)
return new Ctor({ propsData }).$mount()
}

export function getContainer (Component, Container) {
Vue.extend(Component)
const Ctor = Vue.extend(Container)
Expand Down

0 comments on commit 64b05ae

Please sign in to comment.