Skip to content

Commit

Permalink
fix #16
Browse files Browse the repository at this point in the history
  • Loading branch information
loreanvictor committed Jun 10, 2020
1 parent 4a494a9 commit 030ba14
Show file tree
Hide file tree
Showing 10 changed files with 185 additions and 1,887 deletions.
7 changes: 6 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@codedoc/core",
"version": "0.1.63",
"version": "0.2.0",
"engines": {
"node": ">=10"
},
Expand All @@ -10,7 +10,7 @@
"types": "dist/es6/index.d.ts",
"sdhTransport": "module",
"scripts": {
"start": "ts-node-dev -T --watch samples samples/serve",
"start": "ts-node-dev -T samples/serve",
"test": "echo \"Error: no test specified\" && exit 1",
"build-es5": "tsc -p conf/typescript/es5.json",
"build-es6": "tsc -p conf/typescript/es6.json",
Expand Down Expand Up @@ -56,6 +56,7 @@
"jss": "^10.1.1",
"jss-preset-default": "^10.1.1",
"katex": "^0.11.1",
"node-watch": "^0.6.4",
"prismjs": "^1.19.0",
"rxjs": "^6.5.5",
"rxline": "^0.9.2",
Expand Down
2 changes: 1 addition & 1 deletion samples/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const config = configuration({
},
plugins: [
samplePlugin,
googleAnalytics('XXXX'),
googleAnalytics('XXXY'),
formulaPlugin],
misc: {
github: {
Expand Down
Loading

0 comments on commit 030ba14

Please sign in to comment.