Skip to content
This repository was archived by the owner on Jun 6, 2022. It is now read-only.

Fix npm test error #32

Merged
merged 2 commits into from
Feb 6, 2017
Merged

Fix npm test error #32

merged 2 commits into from
Feb 6, 2017

Conversation

Semigradsky
Copy link
Member

Fix #31

package.json Outdated
"tape": "^4.0.0"
},
"scripts": {
"prepublish": "babel src --out-dir dist",
"lint": "eslint .",
"tape": "babel-tape-runner 'test/*.js'",
"tape": "babel-tape-runner test/*.js",
Copy link
Member Author

@Semigradsky Semigradsky Feb 5, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With quotes not working on Windows

@@ -11,9 +11,9 @@ function transform(input, opts = {}, postcssOpts = {}) {
test("@custom-selector", function(t) {
t.equal(
transform(
``
""
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix lint error

@@ -24,21 +24,19 @@
"README-zh.md"
],
"dependencies": {
"balanced-match": "^0.2.0",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Old dependency?

"postcss": "^5.0.0",
"postcss-selector-matches": "^2.0.0"
},
"devDependencies": {
"babel": "^5.5.8",
"babel-eslint": "^3.1.15",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's no longer necessary

@Semigradsky Semigradsky force-pushed the fix-npm-test branch 3 times, most recently from 01da82a to 8af353b Compare February 5, 2017 14:01
@MoOx MoOx merged commit 3ce0cc2 into csstools:master Feb 6, 2017
@MoOx
Copy link
Contributor

MoOx commented Feb 6, 2017

Thanks!

@Semigradsky Semigradsky deleted the fix-npm-test branch February 6, 2017 17:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants