Skip to content

Commit

Permalink
cleanup config files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom committed Jan 22, 2017
1 parent 46e59c0 commit c3d7cc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lindenmayer",
"description": "Lindenmayer is a L-System/LSystem library using modern (ES6) JavaScript with focus on a concise syntax. The idea is to have a very powerful but simple base functionality, that can handle most use-cases by simply allowing anonymous functions as productions, which makes it very flexible in comparison to classic L-Systems.",
"version": "1.2.3",
"version": "1.3.0",
"author": "Tom Brewe <info@nylkiway.net>",
"license": "MIT",
"keywords": [
Expand Down Expand Up @@ -49,12 +49,8 @@
"install": "^0.8.1",
"marky": "^1.1.3",
"mocha": "^2.4.5",
"rollup": "^0.34.1",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-uglify": "^1.0.1",
"seedrandom": "^2.4.2",
"uglify-js": "^2.6.2"
"rollup": "^0.34.13",
"rollup-plugin-babel": "^2.7.1"
},
"dependencies": {
}
"dependencies": {}
}
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import babel from 'rollup-plugin-babel';
import uglify from 'rollup-plugin-uglify';
// import uglify from 'rollup-plugin-uglify';

export default {
entry: 'lindenmayer.js',
Expand Down

0 comments on commit c3d7cc2

Please sign in to comment.