Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit 250314a

Browse files
committed
fix(Compile): fixed compile path
1 parent 6756abd commit 250314a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
22
"name": "postcss-topdoc",
3-
"version": "0.0.0",
43
"description": "Topdoc parser built in PostCSS",
54
"main": "lib/",
65
"scripts": {
76
"prepublish": "npm run compile",
8-
"compile": "babel -d ./ ./src/",
7+
"compile": "babel -d ./lib/ ./src/",
98
"test": "nyc ava",
109
"lint": "eslint .",
1110
"codecov": "nyc report -r lcovonly && codecov",
@@ -15,7 +14,7 @@
1514
},
1615
"repository": {
1716
"type": "git",
18-
"url": "git+https://github.com/GarthDB/postcss-topdoc.git"
17+
"url": "https://github.com/GarthDB/postcss-topdoc.git"
1918
},
2019
"keywords": [
2120
"topdoc",
@@ -53,6 +52,7 @@
5352
"topdoc-utils": "0.0.4"
5453
},
5554
"devDependencies": {
55+
"atomdoc-cli": "^1.0.1",
5656
"ava": "^0.16.0",
5757
"babel-cli": "^6.14.0",
5858
"babel-core": "^6.14.0",

0 commit comments

Comments
 (0)