Skip to content

Commit

Permalink
Removes .js
Browse files Browse the repository at this point in the history
  • Loading branch information
hew committed Apr 19, 2019
1 parent c233831 commit 127df81
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 453 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
.bsb.lock
build
lib
src/*.js
example/*.js
npm-debug.log
/lib/bs/
/node_modules/
22 changes: 0 additions & 22 deletions example/Example.bs.js

This file was deleted.

10 changes: 0 additions & 10 deletions example/Index.bs.js

This file was deleted.

28 changes: 0 additions & 28 deletions example/Primatives.bs.js

This file was deleted.

30 changes: 0 additions & 30 deletions example/System.bs.js

This file was deleted.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reason-styled-system",
"version": "0.1.0",
"version": "0.0.1",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
Expand All @@ -10,8 +10,9 @@
"webpack:production": "NODE_ENV=production webpack",
"server": "webpack-dev-server"
},
"files": ["src/Text.re", "src/Box.re"],
"keywords": ["BuckleScript"],
"author": "",
"author": "Matthew Jones <[email protected]>",
"license": "MIT",
"dependencies": {
"react": "^16.8.1",
Expand Down
170 changes: 0 additions & 170 deletions src/Box.bs.js

This file was deleted.

Loading

0 comments on commit 127df81

Please sign in to comment.