Skip to content

Commit f332d27

Browse files
author
Daniel de la Cruz
committed
v0.3.0
1 parent 7305e3f commit f332d27

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.npmignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ scripts
1111
.scss-lint.yml
1212
npm-debug.log
1313
webpack.config.js
14-
vendors.js
14+
lib

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-feature-toggle",
3-
"version": "0.2.0",
4-
"main": "dist/",
3+
"version": "0.3.0",
4+
"main": "lib/",
55
"scripts": {
66
"clean:lib": "rimraf ./lib/*",
77
"clean:dist": "rimraf ./dist/*",

0 commit comments

Comments
 (0)