Skip to content

Commit

Permalink
🔖 New release for no good reason!
Browse files Browse the repository at this point in the history
  • Loading branch information
Morpheu5 committed Apr 15, 2019
1 parent 568bb84 commit fc323f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Inequality grammar

A grammar to parse linear-text maths and produce an AST that [Inequality](https://github.com/Morpheu5/Inequality) can digest.
A grammar to parse linear-text maths and produce an AST that [Inequality](https://github.com/isaacphysics/inequality) can digest.

## Usage

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
{
"name": "inequality-grammar",
"version": "0.9.0",
"version": "0.9.2",
"description": "",
"main": "dist/inequality-grammar.js",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "webpack --watch --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Morpheu5/Inequality-grammar.git"
"url": "git+https://github.com/isaacphysics/inequality-grammar.git"
},
"author": "Andrea Franceschini <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Morpheu5/Inequality-grammar/issues"
"url": "https://github.com/isaacphysics/inequality-grammar/issues"
},
"homepage": "https://github.com/Morpheu5/Inequality-grammar#readme",
"homepage": "https://github.com/isaacphysics/inequality-grammar#readme",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
Expand Down

0 comments on commit fc323f8

Please sign in to comment.