Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadSawalhy committed Aug 22, 2020
1 parent bed8499 commit 8d510b2
Show file tree
Hide file tree
Showing 9 changed files with 1,094 additions and 4,136 deletions.
2 changes: 2 additions & 0 deletions build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ const fs = require('fs');
const path = require('path');
const rimraf = require('rimraf');

let dev = process.env.NODE_ENV !== 'production';

let pegjsOptions = {
output: 'source',
format: 'commonjs',
Expand Down
173 changes: 1 addition & 172 deletions dist/index.js

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

1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require('./dist/');
Loading

0 comments on commit 8d510b2

Please sign in to comment.