Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Merge requests
  • !1333

improve npm workflows

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Peter Krautzberger requested to merge issue1328 into develop 9 years ago
  • Overview 1
  • Commits 3
  • Pipelines 0
  • Changes 2
  • add package.json
  • add .npmignore

Fixes #1328 (closed)

Compare
  • develop (base)

and
  • latest version
    1eb56828
    3 commits, 2 years ago

2 files
+ 34
- 0

    Preferences

    File browser
    Compare changes
.npmi‎gnore‎ +7 -0
packag‎e.json‎ +27 -0
.npmignore 0 → 100644
+ 7
- 0
  • View file @ 1eb56828

  • Edit in single-file editor

  • Open in Web IDE

.DS_Store
docs/build/html-mathjax-site
config/local/*.js
!config/local/local.js
unpacked/config/local/*.js
!unpacked/config/local/local.js
fonts/HTML-CSS/TeX/png
package.json 0 → 100644
+ 27
- 0
  • View file @ 1eb56828

  • Edit in single-file editor

  • Open in Web IDE

{
"name": "mathjax",
"version": "2.6.0",
"description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
"keywords": [
"math",
"svg",
"mathml",
"tex",
"latex",
"asciimath",
"browser",
"browser-only"
],
"maintainers": [
"MathJax Consortium <info@mathjax.org> (http://www.mathjax.org)"
],
"bugs": {
"url": "http://github.com/mathjax/MathJax/issues"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/mathjax/MathJax.git"
},
"main": "./MathJax.js"
}
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
2
Client: Java Enhancement: Code format
2
Client: Java Enhancement: Code format
    Assign labels
  • Manage project labels

Milestone
4.0.2
4.0.2 (expired)
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference: OpenAPITools/openapi-generator!3040
Source branch: issue1328

Menu

Explore Projects Groups Snippets