Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
capnmidnight committed Jun 18, 2020
1 parent 48f6c59 commit 66d0180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ paket-files/
# Unity3D Generated File On Crash Reports
sysinfo.txt
*.blend1
/Web.config
/package/README.md

/js/package/README.md
/js/Web.config
4 changes: 2 additions & 2 deletions js/package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "primrose",
"version": "1.1.6",
"description": "Syntax-highlighting text editor that renders to an HTML5 Canvas element",
"main": "src/primrose.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pkg": "node .\\writeversion.js > src\\version.js && copy ..\\..\\README.md . && rollup -c && minify primrose.js > primrose.min.js"
"pkg": "node .\\writeversion.js && copy ..\\..\\README.md . && rollup -c && minify primrose.js > primrose.min.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 66d0180

Please sign in to comment.