Skip to content

Commit

Permalink
fix: Revert "fix: Use dist"
Browse files Browse the repository at this point in the history
This reverts commit e030308.
  • Loading branch information
johnnyhuy committed Sep 13, 2020
1 parent 8d6d36e commit f838486
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/ggsmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
"remark-text-alignment": "^0.5.1",
"unified": "^9.2.0"
},
"main": "dist/index.js",
"main": "src/index.js",
"browser": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"build": "cross-env BABEL_ENV=production babel ./src/index.js --config-file ../../babel.config.js --ignore '**/*.spec.js,**/*.test.js' --out-dir ./dist"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/remark-color-text/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"remark"
],
"license": "MIT",
"main": "dist/index.js",
"main": "src/index.js",
"browser": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"build": "cross-env BABEL_ENV=production babel ./src/index.js --config-file ../../babel.config.js --out-dir ."
}
Expand Down
3 changes: 2 additions & 1 deletion packages/remark-spoilers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
"remark"
],
"license": "MIT",
"main": "dist/index.js",
"main": "src/index.js",
"browser": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"build": "cross-env BABEL_ENV=production babel ./src/index.js --config-file ../../babel.config.js --ignore '**/*.spec.js,**/*.test.js' --out-dir ./dist"
}
Expand Down
3 changes: 2 additions & 1 deletion packages/remark-text-alignment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
"dependencies": {
"space-separated-tokens": "^1.1.5"
},
"main": "dist/index.js",
"main": "src/index.js",
"browser": "dist/index.js",
"module": "dist/index.js",
"scripts": {
"build": "cross-env BABEL_ENV=production babel ./src/index.js --config-file ../../babel.config.js --ignore '**/*.spec.js,**/*.test.js' --out-dir ./dist"
}
Expand Down

0 comments on commit f838486

Please sign in to comment.