Skip to content

Commit

Permalink
fix registration, bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm authored Sep 12, 2023
1 parent c67b9a4 commit a1bea6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feelpp/asciidoctor-extensions",
"private": false,
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Asciidoctor Extensions by Feel++.",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const { register: registerDynamicNotebookProcessor } = require('./dynamic-notebook-processor.js')
const { register: registerMprirunCommandProcessor } = require('./mpirun-command-processor.js')
const { register: registerPlotlyBlock } = require('./plotly-block-extension.js')
const registerRemoteIncludeProcessor = require('./remote-include-processor.js')
const { register: registerRemoteIncludeProcessor } = require('./remote-include-processor.js')
const { register: registerTabsBlock } = require('./tabs-block-extension.js')
const { register: registerVtkjsBlock } = require('./vtkjs-block-extension.js')

Expand Down

0 comments on commit a1bea6e

Please sign in to comment.